Closed Mansffer closed 3 years ago
The purpose of that component is not to show the whole image or to show the relevant part of the image, this component is rather aesthetic.
The only thing you could do is to play with the height of the component to show more content in certain images.
You can do that by heading to Admin panel -> Code injection and injecting the following code into the Site Header section:
<style>
.m-hero {
min-height: 365px; /* The height you want for mobile */
}
@media only screen and (min-width: 48rem) {
.m-hero {
min-height: 400px !important; /* The height you want for desktop */
}
}
</style>
I will close this issue now, please feel free to reopen it if needed.
Hi. Is there any way to zoom out on the post image?
I wanted to make it look like the one on the homepage.
Image on post page.