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 #2852698
Youtube Videos on Single Posts
Closed

Comments

  • Elodie started the conversation

    Hi,

    I have an issue with embed videos from Youtube on Single Posts.

    Please look at the screen capture : the image is distorted, the height is bigger than it should be. When clicking on the video, the height comes back to normal.

    I deactivated any functionality related to images and videos on my cache plugin (WPRocket).

    Can you please have a look? Thanks in advance.

    Elodie

  • Elodie replied

    Here is the screen capture.

  •  2,492
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .yt-video-place.embed-responsive .play-yt-video {
        width: 100%;
        height: auto;
    }

    Then clear all your site cache & check again.

    Regards,
    PenciDesign.



  • Elodie replied

    Hi,

    Thank you, I checked on several browsers and it works now.

    Elodie