Full width video?

Hello,

Is it possible to get a full width video in place of an image in parallax? Or some other way of putting a video in that space? (It would be either served via youtube or vimeo).

Thanks so much,
Jinhi

Hi Jinhi,

I hope you are well today and thank you for your question.

Not in place of image but you can place it in place of Widget content text by using the custom plugin shard in the following topic.

https://colorlibsupport.com/t/cusomizing-parallax-widget/

Best Regards,
Movin

Thanks! I installed the plugin and now I’m able to embed the video code. However, I’m not able to make it stretch 100% width. Is there a way of doing so specifically using vimeo embed code?

Your theme is the fantastic! And your tech support even better!

Jinhi

Could you please share me your site URL where it’s displaying so that i can help you to achieve it?

Here you go:

http://www.thedavidbaron.com/wp/

You can find it in the section “Video Test”

Thanks,
Jinhi

You can try making it full width by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

#custom_shapely_home_parallax-7 .col-md-8 {
    width: 100%;
    margin: 0;
}

Simply put: THANK YOU!

I was having problems with the height, but the child theme that you provided (for a separate thread) worked like a charm.

Best,
Jinhi

But is there a way to remove all the padding above and below the video?

http://www.thedavidbaron.com/wp/

Thanks,
Jinhi

I don’t see any padding above and below the video on your site as shown in the attached screenshots.