Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2802900
Tiny Post Main Image
Closed

Comments

  • E128 started the conversation

    Hello,

    Why is the post image so small 6x8px?

    Thank you

  •  2,495
    PenciDesign replied

    Hi,

    The image on top display very small because the lazyload loading failed on a single post.

    You can force this image to display full size by adding the following custom CSS code to Appearance > Customize > Custom CSS:

    body.rtl .penci-single-pheader .post-image img {
        width: 100%;
        height: auto;
    }
    Regards,
    PenciDesign.

  • E128 replied

    Hello,

    Why did it fail? it shouldn't fail.

  •  2,495
    PenciDesign replied

    Hi,

    Please go to Appearance > Customize > Speed Optimization > General & Lazyload, make sure you uncheck on Disable Lazyload Images on Single Posts.

    Regards,
    PenciDesign.