Page 1 of 1

Video Volume

Posted: 27 Jul 2017, 10:26
by laxina
Hi Karl,

the default volume of the embed mp4 video is 100%.  I like to set 50% as default.

so, is the  code below correct?
Code
onloadstart="this.volume=0.5" 
like this:
Code
<video  onloadstart="this.volume=0.5" width="100%" preload="metadata" controls >
I tested it, and seems it work ok, but wanted to double check if this is ok with X3.
Best
Leon

Re: Video Volume

Posted: 27 Jul 2017, 11:05
by mjau-mjau
If it works fine, then yes that seems to be the best (and maybe only) way to set a default volume for the video. This value will not affect anything else apart from the video.

Personally, I would not wish to pre-anticipate volume for any visitors. How do you know what volume the visitor has on their desktop/device? Normally, the visitor would have their device volume adjusted perfectly for anything that plays from their device (including videos and music). Just a personal opinion :wink:

Re: Video Volume

Posted: 27 Jul 2017, 11:10
by laxina
thanks, good point, I will test some people here to get the best number, 0.5 or 1, 

thanks again.

Leon