Image display - mobile vs desktop

Hi there,

I’ve chosen for a static image on the homepage of my site (takvansport.nl).
Recently I’ve changed the image, but it only shows in full om mobile devices. On desk- and laptops (resolution 1920x1080) only the upper part of the image is visible.
What do I have to change, so that it shows alson in full on desk- and laptops?

Thanks for your time.
Regards,
Flip

Hi Flip,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Dazzling Options -> Other -> Custom CSS

#page .flexslider,#page  .flex-active-slide {
    height: auto !important;
    max-height: 999999px !important;
}

Best Regards,
Movin

That does the trick!
Thanks ever so much, Movin!

You are most welcome here :slight_smile: