I'm using video shortcodes, how do I stop auto play?
This is what my shortcode looks like. I searched but I couldn't find this listed under shortcodes on betheme's site.
[video_embed video="" parameters="" mp4="https://jimwillisondev.work/wp-content/uploads/2018/04/Opening_Video_Dealer_Final_for_show_SOUND_UP.mp4" ogv="" placeholder="" html5_parameters="" width="700" height="400" autoplay="off"]
[video_embed video="" parameters="" mp4="https://jimwillisondev.work/wp-content/uploads/2018/04/Opening_Video_Dealer_Final_for_show_SOUND_UP.mp4" ogv="" placeholder="" html5_parameters="" width="700" height="400" autoplay="off"]
Comments
you can find it here:
http://themes.muffingroup.com/be/theme/shortcodes/content-elements/#video
html5_parameters - Available values (with ; but without ""): "a;c;l;", "a;c;;m", "a;;l;m", "a;c;;", "a;;l;", "a;;;m", "a;;;", ";c;l;m", ";c;l;", ";c;;m", ";c;;" (a = autoplay, c = show controls, l = play in loop, m = mute)
thanks
Where do I add that in my shortcode?
[video_embed video="" parameters="" mp4="https://jimwillisondev.work/wp-content/uploads/2018/04/Opening_Video_Dealer_Final_for_show_SOUND_UP.mp4" ogv="" placeholder="" html5_parameters=";c;;" width="700" height="400"]
We suggest using the builder item, then you will be able to use a select option for the parameters.
thanks