Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. K

    HTML & CSS Show one image on phone, and another photo on desktop?

    <img @media only screen and (min-device-width: 400px) src="https://www.gymophobicsfranchise.co.uk/wp-content/uploads/2021/10/Choose-Your-LOCATION-3200-x-1800-px-1024x382.png" style="width:100%; height: auto;"/> <img @media only screen and (max-device-width: 400px)...
  2. K

    HTML & CSS Banner Image cropping on desktop, but not on phone? (I don't want image to crop on either)

    .landing-banner{position:top;width: 100%; height:40vh;background-size:cover !important;background-position:center center !important;color:#fff}.landing-banner:before{content:"";position:absolute;top:0;left:0;width:100%;height:00%;background-color:rgba(225,23,97,.6)}.landing-banner...
Back
Top Bottom