Answers for "css how to scale an image to full screen"

CSS
-2

html full image page auto resize

<img style='height: 100%; width: 100%; object-fit: contain'/>
Posted by: Guest on January-10-2022
-1

make image scale based on screen size

background-size: cover
Posted by: Guest on April-08-2020

Code answers related to "css how to scale an image to full screen"

Browse Popular Code Answers by Language