Hi There,
I want to give the img inside the blogpost (feat. img) the following additional styling:
.img, a img {
height: 280px;
object-fit: cover;}
However, somehow I cannot find the correct ID/Classes to only apply this code to the feat img on the blog-entry pages.
(Screenshot in private section)
Could you provide me with the correct ID/Class or code?
Thanks
Hey Raphael,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi Jordan,
See link below (should then work for all blog posts)
Thanks
ps one additional question, is it also possible to set the image in a way that it is not display the center section of the uploaded image but the top?
Hi,
Add this to quick css:
.big-preview.single-big img,
.big-preview.single-big a img {
height: 280px;
object-fit: cover;}
Best regards,
Jordan Shannon
Looks like it works :) thanks Jordan
Hi,
Perfect! I’m happy to help. If you need anything else, please let us know here in the forums.
Best regards,
Jordan Shannon