简体   繁体   中英

how to set image, text size as screen resolution using javascript

how can I set image, text size as screen resolution using javascript in asp.net mvc project?

<body>
<div id="div1"><p>Font size</p>
      <img src="/Content/image.png" width="200" height="200"/>
 </div>
</body>

u need to try this plugin in your project i hope it solve your problem

https://github.com/davatron5000/FitText.js

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM