Design code¸®½ºÆ®
-
-
only inbox view
¹Ú½º¾È¿¡ ³»¿ëº¸±â
overflow: hidden;
Read more
|
-
-
Video Showing Dynamic Resizing
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%; }
Read more
|