I have created a video background for the following site and I was wondering if there is a way to stop the video from repeating, ie. to stop at the last frame, so the image still displays, rather than the video jumping to the begging.
http://www.simplydelicious.com.au/
Many thanks
Ivana
Hey Ivana!
You can edit config-templatebuilder > avia-shortcodes > section.php to manually control the video options. Look for:
$slide = array(
'shortcode' => 'av_slideshow',
'content' => '',
'attr' => array( 'id'=>'',
'video_loop' => true,
and change video_loop to “false”.
Regards,
Andy
Thank you so much Andy, That worked!!