abeham Profile Topics Started Replies Created Engagements Favorites Forum Replies Created list of topics you have created till now. abehamParticipant 15 December 2018 at 00:37 Posted in : Mobile Cover Size #57072 can you provide a better solution? abehamParticipant 14 December 2018 at 03:00 Posted in : Mobile Cover Size #57052 so I added @media screen and (max-width: 479px) { /* Front Cover Image */ .cover { position: relative; z-index:1000; width:100%; height:100%; overflow:hidden; background-position: center center; background-repeat: no-repeat; background-size: contain;} .rm-cover .cover { background-image: url( “/images/site/cover.jpg” ) !important; background-size: 560px 730px;} and found that helped but its not perfect abehamParticipant 14 December 2018 at 02:22 Posted in : Mobile Cover Size #57051 OK so I found your code to change the image file for mobile, tried it with an image with smaller dimensions and it just upscaled it to the dimensions given by the CSS. So I need to change how it’s resized (so more of or the whole image is viewable) Viewing 3 posts - 1 through 3 (of 3 total)