Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #475255

    Hey hey,

    Having issue with higher resolution displays such as; 1650 x 1050 on our desktops and have tested on all main browsers.

    The main page is perfectly fine but the section images throughout the page do not expand to the edges. I’ve attached images for you to look at.

    If you could let me know what’s up or if I’m missing something painfully obvious – that would be awesome.

    #475433

    Tried a few different things, along with uploading super high-resolution images and it doesn’t seem to be working.
    Any help would be appreciated!

    #475466

    Hey!

    Can you please let us know what browser are you using on Windows?

    Regards,
    Basilis

    #475469

    Have tried on Firefox, Chrome and IE on 3 different desktops.

    #475731

    Hi!

    Edit the color section then set the Section Background > Background Repeat to “Stretch to Fit”.

    Regards,
    Ismael

    #476205

    Ismael! You’re awesome – I feel a bit embarrassed that I missed that. Was making that too complicated.

    Side question about the same topic, how would I turn off “Stretch to Fit” for mobile only?

    Thanks again!

    #476334

    Hi!

    How would you like the background to display on mobile?

    Best regards,
    Rikard

    #476337

    Hey Rikard,

    Essentially the same way it shows up on the desktop version. On mobile, it shows the entire image versus the top section.

    Would things be easier all around if I just cropped the image further?

    #476548

    Hi!

    yeah, could make things easier, although WordPress is cropping by default, but you can control it with this plugin: https://wordpress.org/plugins/simple-image-sizes/

    However, try this code for you background image on mobile:

    @media only screen and (max-device-width: 736px) {
    li.av-single-slide.slide-1.active-slide {
    background-image: 100% 100%;
    }}
    

    and adjust as needed.

    Regards,
    Andy

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.