New Slider issue, Firefox/Chrome

I have been using Dazzling with no issues at all…In the last week, the slider is not displaying correctly in Firefox, Chrome andSafari. It seems fine in IE and on mobile displays. I’m at wits end.

Even more strange there are 2 posts where the featured slider image still looks proper even in Firefox/Chrome. 2 of 31 posts. The url is http://www.mouseteens.com if you would like to see the issue. I left 5 in the slider, 4 non working, 1 working. All images are properly sized 1920x550.

As I stated, I’m doing everything exactly the same but this issue has cropped up in Firefox/Chrome/Safari just in last week. No issue in IE.

Thanks for your help

Hi @mouseteens,

I hope you are well today and thanks for posting here.

You can try resolving this issue 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%;
}

Best Regards,
Movin