Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #531833

    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

    #532568

    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

    #532881

    Thank you so much Andy, That worked!!

    #533253

    Hi,

    Glad we could help :-)

    Cheers!
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.