HTML img scaling

后端 未结 8 985
闹比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:54

    I think the best solution is resize the images via script or locally and upload them again. Remember, you're forcing your viewers to download larger files than they need

提交回复
热议问题