Hero image cropped at different dimensions
Instead of creating a new image size or uploading a completely different image just for mobile you might want to play around with object-fit and object-position CSS. object-fit and object-position work basically the same as background-size and background-position but instead of being applied to background-image’s only they work on objects like the <img> tag. Use … Read more