Hi
Posts’ thumbnails are created automatically from featured image and they are not sharp and cropped. What should I do to have a featured image with proper size and a well cropped thumbnail?
thanks,
Hey sdmor!
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply.
Best regards,
Rikard
Hi!
hm try to add this into your Quick CSS:
.avia_desktop.avia_transform3d .av-masonry-image-container {
display: block !important;
background-size: 100%;
background-position: 0px 0px;
background-repeat: no-repeat;
}
Cheers!
Andy