Wintips Soccer Tips - Hide Full Intro :root { /* ซ่อนหัวข้อ คำอธิบาย และคำว่า Free Soccer Tips ทั้งหมด */ --crop-top: 390px; /* ความสูงพื้นที่ตารางที่มองเห็น */ --visible-min-height: 760px; --visible-fluid-height: 108vw; --visible-max-height: 1500px; } *, *::before, *::after { box-sizing: border-box; } html, body { width: 100%; min-height: 100%; margin: 0; background: #fff; } /* กล่องนี้ทำหน้าที่ตัดส่วนบนของ iframe ออก */ .wintips-crop { width: 100%; height: clamp( var(--visible-min-height), var(--visible-fluid-height), var(--visible-max-height) ); overflow: hidden; background: #fff; } .wintips-crop iframe { display: block; width: 100%; height: calc( clamp( var(--visible-min-height), var(--visible-fluid-height), var(--visible-max-height) ) + var(--crop-top) ); margin-top: calc(-1 * var(--crop-top)); border: 0; background: #fff; } /* แท็บเล็ต: ข้อความต้นทางตัดหลายบรรทัดขึ้น จึงซ่อนเพิ่ม */ @media (max-width: 900px) { :root { --crop-top: 500px; --visible-min-height: 820px; --visible-fluid-height: 145vw; --visible-max-height: 1650px; } } /* มือถือ */ @media (max-width: 600px) { :root { --crop-top: 680px; --visible-min-height: 900px; --visible-fluid-height: 225vw; --visible-max-height: 1900px; } } @media (max-width: 390px) { :root { --crop-top: 740px; } } กรุณาเปิด JavaScript เพื่อดูตาราง Soccer Tips
Wintips Soccer Tips - Hide Full Intro :root { /* ซ่อนหัวข้อ คำอธิบาย และคำว่า Free Soccer Tips ทั้งหมด */ --crop-top: 390px; /* ความสูงพื้นที่ตารางที่มองเห็น */ --visible-min-height: 760px; --visible-fluid-height: 108vw; --visible-max-height: 1500px; } *, *::before, *::after { box-sizing: border-box; } html, body { width: 100%; min-height: 100%; margin: 0; background: #fff; } /* กล่องนี้ทำหน้าที่ตัดส่วนบนของ iframe ออก */ .wintips-crop { width: 100%; height: clamp( var(--visible-min-height), var(--visible-fluid-height), var(--visible-max-height) ); overflow: hidden; background: #fff; } .wintips-crop iframe { display: block; width: 100%; height: calc( clamp( var(--visible-min-height), var(--visible-fluid-height), var(--visible-max-height) ) + var(--crop-top) ); margin-top: calc(-1 * var(--crop-top)); border: 0; background: #fff; } /* แท็บเล็ต: ข้อความต้นทางตัดหลายบรรทัดขึ้น จึงซ่อนเพิ่ม */ @media (max-width: 900px) { :root { --crop-top: 500px; --visible-min-height: 820px; --visible-fluid-height: 145vw; --visible-max-height: 1650px; } } /* มือถือ */ @media (max-width: 600px) { :root { --crop-top: 680px; --visible-min-height: 900px; --visible-fluid-height: 225vw; --visible-max-height: 1900px; } } @media (max-width: 390px) { :root { --crop-top: 740px; } } กรุณาเปิด JavaScript เพื่อดูตาราง Soccer Tips