Video in product description : Autoplay & loop

Topic summary

A user seeks to embed a video in a product description with autoplay and loop functionality. They initially tried HTML code with controls attribute, which displayed the video but didn’t autoplay.

Solution provided:

  • GemPages support team offered a code solution (specific markup not fully visible in the conversation)
  • The original poster confirmed this solution worked successfully

Ongoing issue:

  • Another user (Ryanmue) using the Studio theme reports the codes aren’t working for them
  • Their video appears with a play button but no autoplay functionality
  • They’ve tested multiple code variations without success and are seeking alternative suggestions

The discussion remains open with one unresolved case for the Studio theme implementation.

Summarized with AI on November 20. AI used: claude-sonnet-4-5-20250929.

Hey there,

I was lookin to embeed a video inside the product description.

I found the following code :

<video controls="controls" style="max-width: 100%; height: auto;">
  <source src="your_url_goes_here" type="video/mp4" />
Your browser does not support our video.
</video>

which is working fine.

However, I’d like it to autoplay & loop when scrolling to it.

I tried to change


to

```css
video controls="autplay"

but it did’nt worked.

Do you guys have any solution ?

Regards,

Peter

Hello @Peter112

It’s GemPages support team and glad to support you today.

I would like to give you a solution to support you:


Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

works like a charm, huge thanks !

Hi @Peter112 ,

I am so glad that my solution can help.

Hey there,

I’m using the studio theme and tried the code alongside with 3 different codes and none of them is working. My video appears but with a play button and no autoplay. Do you have any suggestion for that?

Best

// Ryan