blowfish/assets/css/components/bilibili.css

19 lines
243 B
CSS
Raw Normal View History

2024-07-03 14:55:56 +08:00
.bilibili {
position: relative;
}
.bilibili::after {
content: "";
display: block;
padding-bottom: calc(100% / (16 / 9));
}
.bilibili > iframe {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
border: 0;
}