Hi friends , I am using Hyper Theme , my website is TOAIArt.com. I want to use ‘Grid Banner’ section , but instead of uploading images in ‘Banner Cards’ , I want to upload videos.
The way your section is built is probably to only handle images and not videos so obviously you’ll have to make some code changes in your section file to be able to handle both videos and images.
If you’re not familiar with coding then I suggest let a Shopify developer handle this so that they can custom code it to manage both. If you’d like my help then feel free to share your collaborator code in my private messages and I’ll sort that out for you.
Regarding the Grid Banner section in Hyper: by default, that section is built to accept images only, not videos. So unfortunately, there isn’t a native setting in the theme editor to upload videos directly into the Banner Cards.
That said, you do have a few workable options:
Option 1: Use a custom section (recommended if you’re comfortable with code)
You (or a developer) can duplicate the Grid Banner section and modify it to accept video URLs or MP4 files instead of images. This usually involves:
Adding a video setting in the section schema
Replacing the <img> tag with a <video> tag (with autoplay / loop / muted if needed)
This keeps the same layout but gives you full control.
Option 2: Use background videos instead of Grid Banner
Hyper includes video or media-focused sections that support videos out of the box. If your goal is visual impact rather than a strict grid layout, this might be the easiest no-code solution.
Option 3: Upload short videos as GIFs (quick workaround)
Some merchants export short looping videos as high-quality GIFs and upload them as images. This works inside Grid Banner without code, but:
File sizes can get large
No sound or playback controls
What won’t work
Apps won’t help much here, since the Grid Banner is theme-controlled
Shopify doesn’t allow mixing image/video uploads in a section unless the theme explicitly supports it
Recommendation
If video banners are core to your brand, I’d suggest either:
A small theme customization, or
Rebuilding that section using a custom video grid section