acekyd / display-medium-posts

Display Medium Posts is a wordpress plugin that allows users display posts from medium.com on any part of their website.
GNU General Public License v2.0
85 stars 19 forks source link

show image as div background to ensure consistent sizing #16

Closed dpfavand closed 6 years ago

dpfavand commented 6 years ago

For the carousel, I wanted to have all images consistently sized. A common way of doing this is to set the image as a background on a block object with uniform height, and set the background-size and background-position . Thus regardless of image size or orientation we have a consistent appearance across the screen.

The list view is not affected in this PR - I don't plan to use it and I'm not sure what would be desirable in that case.