IndigoBolt11 Posted September 12, 2019 Posted September 12, 2019 Hi- I am trying to use an all together different image for my homepage banner image on my Aria site. www.aniwa.co The desktop image is horizontal based, so for mobile it cuts off and regardless of the coding it will be cut off too much. I have a vertical version of the homepage image that I want to display on mobile. Anyone have a CSS code for a all together different banner image on desktop v mobile? Thanks! Danielle
splashandcocreative Posted November 12, 2019 Posted November 12, 2019 I was able to display a different banner image on mobile with the following code: @media only screen and (max-width: 640px) { #page-url { background-image:url('instertimageurlhere'); } }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.