Image on website is disappearing on smaller screen

402 Views Asked by At

I've added an image to the home page of my website, and it all looks good on my big screen, however, when I go to view the website from a smaller laptop, it doesn't show the image. Any tips on how to make the website more responsive, so that this image appears on all devices? (or just on the web, not too bothered about mobile)

This is the code I've used to add the image:

<h2 class="main-heading no-margin"/>
    <section class="home-welcome text-center padding show-for-medium" style="padding-left: 0 !important; padding-right: 0 !important; padding-top: 0!important;">
       <img src="https://i.ibb.co/KyhxHP0/Screenshot-2022-05-10-at-12-04-57.jpg" style="width: 100%;"/>

    </section>

This is what I'd like the website to look like (and it does on my big mac screen):

enter image description here

This is what it currently looks like on a smaller screen:

enter image description here

0

There are 0 best solutions below