mennolui / wp-foyer

Foyer - a free Digital Signage plugin for WordPress. Perfect for theaters, music venues, cinemas and festivals.
GNU General Public License v3.0
49 stars 22 forks source link

Image in the content of a post not visible on Post slide #56

Open mennolui opened 4 years ago

mennolui commented 4 years ago

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; }