How can I adjust the volume of my product media video?

My product media includes a video, and when it launches it is at full volume. How do I change this?

Hi @WhiteGolf ,

I am not sure if you are familiar with coding since I do not have your theme nor your website. I can only provide you a code for reference.

  1. Go to Admin page > Online store > themes > Actions > Edit code
  2. Open the global.js or theme.js under the Asset folder then add the code below.

Change “myVideo” to whatever video you have

document.getElementById("myVideo").volume = 0.2;

That did not work.

@WhiteGolf ,

Can you paste the video code here if you prefer it than providing your website? Please also mention the theme you are using. I appreciate it

https://putt.fun/collections/1-putter/products/copy-of-copy-of-copy-of-da-vinci-1-0-silver

The video is in the media I uploaded when creating the product page. I am using Symmetry theme.