HTML img scaling

后端 未结 8 961
闹比i
闹比i 2020-12-12 21:16

I\'m trying to display some large images with HTML img tags. At the moment they go off the edge of the screen; how can I scale them to stay within the browser window?

<
8条回答
  •  囚心锁ツ
    2020-12-12 21:57

    Only set the width or height, and it will scale the other automatically. And yes you can use a percentage.

    The first part can be done, but requires JavaScript, so might not work for all users.

提交回复
热议问题