Slider Image

Hi I am trying to get my slider image to fit the entire screen like in the Activello demo slider but the images are coming up short with grey on each side. I tried deactivating the jetpack photon but it still does not work. The url is www.createthatbliss.com.

Hi @ctbliss,

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

I visited your shared site and it is displaying fine for me as shown in the attached screenshot.

Is it working fine now?

Best Regards,
Movin

I figured it out on my own. I used CSS coding to get the slider to fit properly.

Customize-> Actevillo Options-> Other-> Custom CSS-> Add in box:

#page .flexslider .slides img {
width: 100%;
}

.flexslider .slides img {
max-height: 550px;
}

Height (550px) can be adjusted to whatever

Awesome great to see you got that figured out.

Please advise if you have more questions.

Have a fantastic day!