Logo PIXEL CREEK
 
This is an EXTENSION to the [Product Gallery Video plugin by SQSPThemes](https://www.sqspthemes.com/plugins/p/product-gallery-video). It allows the plugin to work in the Quick View lightbox as well.

Quick View Product Gallery Video EXTENSION

This is an EXTENSION to the Product Gallery Video plugin by SQSPThemes. It allows the plugin to work in the Quick View lightbox as well.

SQSPThemes has a plugin that allows you to add videos to your product images, but unfortunately it doesn’t work with the Quick View lightbox in Squarespace 7.1. This extension makes videos work in the lightbox as well.

IMPORTANT: This only works if you’ve already purchased Product Gallery Video from SQSPThemes.

  1. Follow SQSPThemes’s instructions to add the Product Gallery Video CSS and Javascript files to your Squarespace site.

  2. Instead of adding code to your site footer as in the original instructions, add the plugin CSS and JS to the Header code injection field. I usually only add it to the store page, but it should be okay to add it to the whole site too. (NOTE: if you used the CSS customization option and added styles to your global CSS, you might only have the <script> tag here and no <link>. Keep whatever you had.)

    <!-- Plugin Product Gallery Video -->
    <link href="/s/plugin-product-gallery-video.css" rel="stylesheet" />
    <script src="/s/plugin-product-gallery-video.js"></script>
  3. Below those lines, instead of calling pluginProductGalleryVideo() as in the original instructions, add the extension instead:

    <!-- Pixel Creek Quick View Product Gallery Video EXTENSION v1.0 -->
    <!-- More info @ pixelcreek.dev/plugins/quick-view-video-gallery -->
    <script src="https://pixelcreek.dev/plugins/quick-view-video-gallery/plugin.js"></script>

Now your video gallery plugin will also run for the Quick View lightbox!

Questions? Comments? I’d love to hear from you.