• There is problem with this theme, that when I add slideshow images on inner pages, on the first load, first picture wont load correctly, and then start working. I found a solution to the problem with adding additional css .backstretch {height: 512px!important}, but that resolve problem only on pc version, on mobile picture is still loading correctly. It would be nice if you have some suggestions about resolving this problem.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Please add this extra CSS code in Customizer -> General Settings -> Additional CSS :

    ??.backstretch-item img{
    width:100% !important;
    height:100% !important;
    object-fit: fill !important;
    position:unset !important;
    }

    Thread Starter stehliks

    (@stehliks)

    Thank you. Is there a better solution? Slideshow images are not corretly transformed with this additional css code.

    Thread Starter stehliks

    (@stehliks)

    Ok, thank you, I resolve this problem by adding .backstretch-item img{
    height:200px !important;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Inner pages slideshow problem’ is closed to new replies.