I would like the ytp_video
shortcodes to play a video just once. Currently, this shortcode has ‘loop’ always enabled. The parameter loop="false"
has no affect on looping.
I believe that the mere presence of a ‘loop’ parameter in HTML5 video tag enables looping. Therefore, loop="true"
, loop="false"
and just plain loop
will all set this parameter to true
. To disable looping, the loop
parameter should not appear in the video tag at all. I have a suspicion that the shortcode is miscoded.
Would you pls tell me how to disable looping in the ytp_video_section
shortcode.
Thank you,
Jon