Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #722635

    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

    #722710

    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

    #722717

    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

    #723688

    Hi,

    try this code:

    .big-preview img {
    width: 125%;
    max-width: 125%;
    }

    and adjust as needed.

    Best regards,
    Andy

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.