Skip to content
Public Ticket #25187

Embedding YouTube Videos

Conversation thread

PenciDesign Supporter replied

Staff Reply

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.



Stefan Hoffmeister started the conversation

Conversation Start

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...

Want to join this conversation or access attachments? Sign in first.