-
AuthorPosts
-
July 14, 2020 at 11:20 am #1230259
Hi,
I have been reading on the forum and found similar issues/threads, but I cant find a solution for my problem so I start a new thread.
I have a video on my page using avia builder. The video starts muted and I cannot put the volume up. The control doesnt seem to work. I have no idea how to fix this. Tested in different browsers.July 16, 2020 at 1:23 pm #1230910This reply has been marked as private.July 17, 2020 at 12:06 pm #1231211Hi,
Thank you for the inquiry.
This is an issue with the default html5 audio controls in WordPress. You have to use the keyboard arrows to increase or decrease the volume as it says in the hidden description.
Use the up / down arrows to increase or decrease the volume.
You can make the short instruction display on hover by adding the title attribute to the media controls as described in the following thread.
// https://kriesi.at/support/topic/enfold-fullwidth-easy-slider-mute-video-player-option/#post-1179100
Best regards,
IsmaelJuly 17, 2020 at 1:19 pm #1231264Hi Ismael,
Thanks for the reply.
So the full screen video background has the audio control issues you described. The solutions mentioned in the thread you refer to are far from ideal for me.
So I have to fall back to the regular video insert. Here audio controls work as expected. However, I dont have the option in the video player to go full screen. Any ideas on how to add this full screen button to the player ?Thanks
July 20, 2020 at 8:12 am #1231642Hi,
Thank you for the update.
The fullscreen option for the media element is not supported by default but we can modify the js > avia.js file and add it manually. In the file, look for this code around line 468:
features: ['playpause','progress','current','duration','tracks','volume'],
.. and in the array, add the “fullscreen” option.
features: ['playpause','progress','current','duration','tracks','volume', 'fullscreen'],
// https://github.com/mediaelement/mediaelement/blob/master/docs/api.md#player
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.