How to scale an image to fit a screen [duplicate]

Add the following property to the CSS styling for your footer:

  width: 100vw;

This sets the width of the image to 100% of the viewport width.

CLICK HERE to find out more related problems solutions.

Leave a Comment

Your email address will not be published.

Scroll to Top