|
|
|
ต้องใส่ code อย่างไร เพื่อให้หน้าจอแสดงผลตามขนาดอุปกรณ์อัตโนมัติ (แบบ Responsive) |
|
|
|
|
|
|
|
size panel
width: 100.00vw (กว้าง 100% ของ หน้าต่าง)
height: 100.00vh (สูง 100% ของ หน้าต่าง)
size font
font-size: 3.50vw; (ขนาดอักษรกว้าง 3.5% ของหน้าต่าง
|
|
|
|
|
Date :
2024-03-18 20:44:11 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เป็นชุดคำสั่งใน style ของ html object
<div style="xxxx: yyyy" >abcdefg</div>
|
|
|
|
|
Date :
2024-03-20 06:38:02 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<!-- CUSTOM CSS -->
<style>
@import url('https://fonts.googleapis.com/css2?family=Prompt&display=swap');
*{
font-family: 'Itim', sans-serif;
}
.nav-link {
cursor:pointer;
}
#loading{
position: fixed;
top:0 ;
left:0;
z-index:10000;
width: 100.00vw;
height: 100.00vh;
font-size: 3.50vw;
background-color: rgba(255,255,255,0.9);
}
label {
display: block;
/* font: 1rem 'Fira Sans', sans-serif; */
}
input,
label {
margin: .4rem 0;
}
.tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
position: relative;
box-sizing: border-box;
margin-top: 2px;
width: 100%;
text-align: center;
display: none;
}
.tabulator-col-content{
background-color:#dfff;
color:#999f;
}
</style>
ใส่ตามนี้ ถูกต้องไหมครับ
แต่ลองแล้วไม่มีผลใด ๆ เลยครับ
|
|
|
|
|
Date :
2024-03-21 20:01:20 |
By :
ajsudkedt |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CTRL+F5
|
|
|
|
|
Date :
2024-03-22 00:48:21 |
By :
mr.v |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://portals-game.com/rsp.html
เข้าไปลองดูแล้วกัน
Code (PHP)
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="stats-in-th" content="60ee" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Test: Responsive</title>
<link rel="icon" href="/Img/Logo/001.png" type="image/png" sizes="16x16">
<!-- CUSTOM CSS -->
<style>
#loading{
position: fixed;
top:0 ;
left:0;
z-index:10000;
width: 100.00vw;
height: 100.00vh;
font-size: 3.50vw;
background-color: rgba(255,255,255,0.9);
}
.bbb{ font-size: 7vw; font-weight: bold; }
</style>
</head>
<body>
<div id="loading" >
<b>ใส่ตามนี้ ถูกต้องไหมครับ</b><br>
<span class="bbb" > แต่ลองแล้วไม่มีผลใด ๆ เลยครับ</span>
</div>
</body>
</html>
ปล. ทดลองในคอมฯ แล้วขยับหน้าต่าง browser ดู
|
ประวัติการแก้ไข 2024-03-22 11:58:20 2024-03-22 12:01:55
|
|
|
|
Date :
2024-03-22 11:55:14 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|