I’ve been working on a website and used the Advanced Recent Posts plugin to call up posts, displaying each through a featured image with its title. It works fine on IE and Firefox, but on Chrome (and apparently Safari), when you roll the mouse over the images, they partially disappear, and you’re left with a half of the image and the title. Here’s the page: http://eccrtest.org.uk/wp/resources/. Any thoughts on what might be done to fix this?
Hey!
Try adding this code to the Quick CSS:
span.fluid-image-wrapper img {
min-height: 180px;
}
Cheers!
Josue