Full width images in slider

Hey guys,

I have now a working slider on my page with this beautiful theme. Now I want to know, how I let the images display at the full width?

Thank you in advance.

Best regards,
Sandro

Hi Sandro,

Thank you for your question.

Please make sure you have set featured images to the slider posts having size at least 1920px X 550px so that they will display full width as shown on this theme demo site https://colorlib.com/dazzling/

Best Regards,
Movin

Hey movin,

as you can see it doesnt work :confused:
http://neshati.de.www286.your-server.de/neshati/

the image has the size 1950x550.

You can try making it full width 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 .slides img {
    width: 100%;
}

Thank you - it works :slight_smile:

Youre the best!

You are always welcome here :slight_smile: