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 #3607070
Post image sizes
Closed

Comments

  •  1
    johannesblumenberg started the conversation

    To whom it may concern

    I want to change the image size and remove the cropping of the featured images above my posts. Is that possible?

    Please see the attachment for an example (left on how it looks like now, and right how it is intended)

    Thank you so much!

    Johannes

    Attached files:  plan.png

  •  2,277
    PenciDesign replied

    Hi,

    Please follow these steps:

    1. Go to Appearance → Customize → General → Manage Image Sizes: turn on all the options in this panel,

    2. Navigate to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .penci-image-holder {
    background-image: contain;
    -webkit-background-image: contain;
    -moz-background-image: contain;
    -o-background-image: contain;
    }

    Regards,
    PenciDesign.




  •  1
    johannesblumenberg replied

    Sorry, I have tried that but it does not work. The image remains as it was.

  •  2,277
    PenciDesign replied

    Hi,

    For this case, please send me your WordPress admin account in a PRIVATE reply.
    I'll log in and try to help you configure it.

    Regards,
    PenciDesign.



  •   johannesblumenberg replied privately
  •  1
    johannesblumenberg replied

    I have found a workaround now. Thank you for your help!