Responsible design¿¡¼ Ç®½ºÅ©¸° video¿µ¿ªÀ» Á¦¾îÇÏ´Â tipÀÔ´Ï´Ù.
In order to embed the video and along with that inflate full width to the boundary,
we have a very useful CSS trick for all developers.
.video {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video iframe,
.video object,
.video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
In order to embed the video and along with that inflate full width to the boundary,
we have a very useful CSS trick for all developers.
.video {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.video iframe,
.video object,
.video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
ÄÚ¸àÆ® 0