Scale a div to fit in window but preserve aspect ratio

前端 未结 4 1114
梦毁少年i
梦毁少年i 2020-11-28 23:31

How can I scale a div to fit inside the browser view port but preserve the aspect ratio of the div. How can I do this using CSS and/or JQuery?

Thanks!

4条回答
  •  既然无缘
    2020-11-29 00:36

    jQuery has a plugin that grows an object until one of it's sides reaches a certain px-value. Coupling this will the viewport's height, you could expand any element to that size: jQuery MaxSide.

提交回复
热议问题