No images appear on tiles
-
Hi there! So I’m struggling with an issue where the tiles appear, but instead of images, all I get is blue placeholders.
When I check things out in the inspector, the images are actually there, but they have a zero height, so they don’t actually appear on the site. So I was able to fix that (in safari only) by adding this to my stylesheet:
.wp-tiles-tile-wrapper {
height: 100%;
}But that doesn’t work for firefox or internet explorer. Any idea what the problem might be?
The page I’m working on is https://temporalecology.org
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘No images appear on tiles’ is closed to new replies.