How to embed YT video corectly

Hey all I cannot change youtube dimensions, I tried more tips but nothing works no matter what… the video is too high… simply how to make it by default so every video will show with same size… tried “text” editor, “visual” editor, also tried “youtube” plugin for wp but nothing worked, thanks for any help …

Isn’t that error caused by theme or its settings?

Hello Viliam,

Thanks for writing in!

I checked the website and it seems that you are using the default WordPress editor to create blog posts.

To make the changes, you can add following CSS under X > Theme Options > CSS:

.lyte-wrapper {
    width: 70% !important;
    margin: 0 auto !important;
}

Cornerstone editor comes with built in Video player element that’s comes with host of GUI controls to customize the display of Video. Once you are happy with the changes, same can be saved as Preset. Basically, Preset is like template that you can import to other parts of website. I have recorded a screencast that you can take a look wherein I have also shown Preset feature.

To learn more, please take a look at following resource.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.