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 #3405247
Embedding YouTube Videos
Closed

Comments

  • Stefan started the conversation

    Hi,

    my website uses Soledad in the latest version, also WordPress latest version.

    In the blog section I use a blog template and a sidebar widget.

    The website has a max. width of 1.400 pixels.

    Everything works quit well. But if I embed Youtube videos simply with the URL, as it works usually within WordPress, the video itself extends outside the blog template, into the sidebar. Which should not happen.

    See for example this URL: https://geistreich.digital/mixed/werden-transformers-der-luftwaffe-bald-realitaet

    Do you have any workaround to avoid that?

    Thanks in advance for your help...

  •  2,485
    PenciDesign replied

    Hi,

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

    .entry-content iframe {
        max-width: 100%;
        height: auto;
        aspect-ratio: 4/3;
    }

    Regards,
    PenciDesign.