You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reproduce:
Add a post, add an image to the content. Add a slide, choose format Post, then choose the newly created post. When viewing/previewing the slide the image will not be visible.
Caused by Foyer CSS meant to target the featured image only.
Reproduce:
Add a post, add an image to the content. Add a slide, choose format Post, then choose the newly created post. When viewing/previewing the slide the image will not be visible.
Caused by Foyer CSS meant to target the featured image only.
.foyer-slide.foyer-slide-post .inner figure img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
The text was updated successfully, but these errors were encountered: