I added a video to one of the pages on my website; the size is perfect on mobile but ginormous on desktop.
How do I make it smaller? (This is a 3rd party template.)
Here is a link to the page with the video:
Thank you!
I added a video to one of the pages on my website; the size is perfect on mobile but ginormous on desktop.
How do I make it smaller? (This is a 3rd party template.)
Here is a link to the page with the video:
Thank you!
Hey @vanessalynn
Your website is password protected, can you share the front end password as well?
Best Regards,
Moeed
Hey @vanessalynn I hope you are doing well.
Please share your Store URL and Password [if applicable] so that I take a look and provide you solution code.
Thanks
Sure, I’m sorry! It’s demo.
The password is demo. Do you need the store URL or the URL I provided in the original post? Because I don’t have this section added to navigation yet. I’ll drop the store URL in case you need it - I’m sure you know better than I do!
Could you please gave me hint where this video is?
I check on home but I didn’t found it.
If you look at my original post, I dropped the link directly to that page because I haven’t added it to the navigation yet.
Password is demo, link directly to the page with the video is provided in my original post.
But this is admin link. I need preview link. I can only access admin link if I have Store access.
You’d need to post the link to a page containing an active block with video.
Noone can access your internal link that you posted in the 1st message.
Hey @vanessalynn ,
This can be done with CSS. Please follow these steps to get the expected result:
Edit your live/main theme’s code.
Search and edit theme.liquid file.
Search and paste the following code above that line.
If done right. The result should look like this:
That made it smaller but it’s too wide and cuts off the top…is there a way to either change the height dimension somehow or keep the original dimensions and just shrink it?
Thank you so much for your help.
https://thedigitaldreamweaver.com/collections/stock-photos
Does this work?
Does this work?
Glad that we are making progress here. Add this code before the line in my previous code.
#MainContent .video-section__media.media-fit-cover video {
object-fit: contain
}
@media (min-width: 1024px) {
.video-section.isolate.page-width.section-template--17843769671848__video_bYnPHr-padding {
max-width: 50% !important;
}
}
YAY!!! Thank you so so so much!!! That worked. I am very grateful for your help, thank youuuuu!!!