Hi there,
I am embedding videos in my product descriptions and some are not full width (to the description area, not the page) how to. fix this? See an example at this URL: https://www.nanobar.us/products/three-spirits-livener
thanks!
Hi there,
I am embedding videos in my product descriptions and some are not full width (to the description area, not the page) how to. fix this? See an example at this URL: https://www.nanobar.us/products/three-spirits-livener
thanks!
Hi @HelloNano ,
You can follow the instruction below:
.rte .video-wrapper {
padding-bottom: 100%;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Hi, it seems to work for the width but half the videos disappear underneath when doing so. Here are a couple pictures.
Hi @HelloNano ,
It’s probably because your videos aren’t the same size. So it is not possible to css according to each video. You should upload videos of the same size to use common css,
Thanks you
can you please remove inline css in video
How do I do that?