How to zoom a div in on page load with jQuery?

后端 未结 3 1705
被撕碎了的回忆
被撕碎了的回忆 2021-01-07 04:42

Is there a way to make a div zoom-in when the page loads? Like when you install a new app in Chrome, it brings you to the new tab page and zooms in the new app. It looks nic

3条回答
  •  孤城傲影
    2021-01-07 04:59

    You will need to zoom-in everything inside the DIV, like images, increase text size, etc...

    Maybe there are zooming plugins for jQuery.

提交回复
热议问题