Hi! I have noticed that on this specific project: http://anfaernandes.com/1-0-1
(password: ana).
The pictures appear blurred with the carousel add-on. This is especially dramatic in Safari, but also seems to happen with other browsers as well. I have looked it up here and it seems that adding this code will fix the issue.
filter: none;
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-ms-filter: blur(0px);
filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
The thing is: where should I add it? I think it has to be in the core code of the theme.
Does anyone have thoughts on this?
Have a great day,
Ana