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

    Hello – I am not sure I am posting this in the right place. I am having issues with the fallback image as well. It seems to repeat, but when I add background-repeat: no-repeat !important; into the with the quick css below – it completely removes the image. It is also shifting like it set to parallax, but it is not. Any help would be appreciated.

    .avia_mobile .avia-fullscreen-slider .avia-slideshow>ul>li{
    background-size: contain !important;
    }

    #950081

    Hey jamesedwardcouncill,

    Can you post a screenshot on how it looks on your end?
    You can upload the image in https://imgur.com/ and post the link here.
    You can post the link in private content if you want it to be shown only to the moderators.

    Best regards,
    Nikko

    #950086

    Hi Nikko – thanks for getting back to me. Please see screen shot here: https://imgur.com/a/V6qhzZl

    Pleasle note I do have this currently in the quick css:

    .avia_mobile .avia-fullscreen-slider .avia-slideshow>ul>li{
    background-size: contain !important;
    }
    #socket .container {
    text-align: center;
    }
    #socket .copyright {
    float: none !important;
    }

    #950963

    Hi jamesedwardcouncill,

    Thanks for giving us the screenshot, I tried to have no-repeat on background-repeat and it removes the top part where the image repeats, instead of using:

    background-size: contain !important;

    try to use:

    background-size: cover !important;

    this should help better. Let us know if this is helpful.

    Best regards,
    Nikko

    #950975

    Hi Nikko – seems to remove the repeat but only a small part of the image is shown now. – see here: https://imgur.com/a/HLTuzwn. I have tried all ways listed below:

    .avia_mobile .avia-fullscreen-slider .avia-slideshow>ul>li{
    background-size: contain !important;
    background-repeat: no-repeat !important;
    }

    and

    .avia_mobile .avia-fullscreen-slider .avia-slideshow>ul>li{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    }

    and

    .avia_mobile .avia-fullscreen-slider .avia-slideshow>ul>li{
    background-size: cover !important;
    }

    #951145

    I have a temporary fix with this:

    .avia_mobile .avia-fullscreen-slider .avia-slideshow>ul>li{
    background-size: 300% 12% !important;
    }

    #951291

    Hi jamesedwardcouncill,

    I have checked your site on my mobile device and it looks worse.
    I have posted a link to the screenshot on what it looks on my end (in private content).
    I can only see it look better with either contain or cover as background-size.

    Best regards,
    Nikko

    #951758

    Nikko – yikes. It looked great on iphone, but as you noted, looks terrible on android. Ok I am reverting back to the CSS below but it still gives me this on iphone: https://imgur.com/a/HLTuzwn

    .avia_mobile .avia-fullscreen-slider .avia-slideshow>ul>li{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    }

    Any other suggestions?

    #953031

    Hi,

    You can create another slider that is specifically configured for mobile device and with images that are resized for smaller screens. Use the elements’ or the sliders’ Screen Options to toggle their visibility on different devices.

    Best regards,
    Ismael

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