Re: Upload video vs. Youtube/Vimeo

How can I upload my own video file instead of using YouTube or Vimeo?

OVOMD
Visitor
2 0 0

Im using the theme Gem.

They only offer video sections through YouTube and Vimeo. I HATE seeing the Vimeo and YouTube logo and I absolutely need to just add my own file. How can I do this? Someone help please

Replies 3 (3)

ZenoPageBuilder
Shopify Partner
1052 203 229

Hello @OVOMD 👋

You can try uploading your own video in Shopify Admin under Content > Files, then copy the video URL and try using on your page.

Screenshot 2023-10-13 at 09.19.56.png

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com
OVOMD
Visitor
2 0 0
For this theme it only lets me put a youtube or video link 😞 I tried. Do
you have any other recommendations? An app or something?
ZenoPageBuilder
Shopify Partner
1052 203 229

Does the theme have Custom code/Custom Liquid block?

If that is the case, you can insert the video by code

 

<video controls>
  <source src="video_url" type="video/mp4">

</video>

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com