How can you control image aspect ratios and push the image to the top?

Posted . Visible to the public.
object-fit: contain;

By default, the image will center itself vertically and horizontally. To push the image to the top use

object-position: 50% 0;
Daniel
Last edit
Daniel
Keywords
css
Posted by Daniel to Dev (2018-10-02 07:10)