I’ve set the SIngle Post Option to Big Preview Image in the Blog settings, but my customer wants the images to be larger. Can you tell me how I might do this? I tried the Simple Image Sizes plugin but no luck.
thanks
Nancy
Hey nancyT,
We may need to add some custom css Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
Thank you Vinay. The site is temporarily at :
If the photo could be displayed within the post without any cropping, I think that would be ideal.
thanks again!
Nancy
Hi,
try this code:
.big-preview img {
width: 125%;
max-width: 125%;
}
and adjust as needed.
Best regards,
Andy