Video Volume
Posted: 27 Jul 2017, 10:26
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?
like this:
I tested it, and seems it work ok, but wanted to double check if this is ok with X3.
Best
Leon
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" Code
<video onloadstart="this.volume=0.5" width="100%" preload="metadata" controls >Best
Leon