How to insert a video on a shopify page

a laptop and a couple of screens

This tutorial will show you how to add a video to your Shopify page if you do not want it to be hosted externally. You can follow the steps below to set up videos on your own page.

  1. In your Shopify backend, go to settings, files and, upload the video there
  2. Next, go to the page that you want to add the video to and make sure that you change it to the code editor, it is a button that looks like this <>
  3. Paste the following code and enter your video URL, where it says {your-video-url}.
    <video controls="controls" src="{your-video-url}" type="video/mp4" width="800" height="600">"Any text you might want to add."</video>
  4. Adjust the height and width field to sizes that you want the video to be
  5. Save

Leave a Reply

Your email address will not be published. Required fields are marked *

Latest Posts