Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Hosted video autoplay
(1 viewing) (1) Guest
"ARI Fancy Lightbox" WordPress plugin
Go to bottomPage: 1
TOPIC: Hosted video autoplay
#67668
Hosted video autoplay 3 Years ago Karma: 0
Hello.
I use the ARI Fancy Lightbox plugin to read the videos hosted on the site.
I would like to know how I can integrate the video autoplay at lightbox opening moment.
www.maharathi.net/index.php/interventions/
Thank you very much for clarifying.
Best regards
Anna
The administrator has disabled public write access.
 
#67671
Re:Hosted video autoplay 3 Years ago Karma: 747
Hello,

Open "ARI Fancy Lightbox -> Settings -> Advanced" page and populate "Custom JS code" parameter with the following code:

Code:


$(document).on('afterShow.fb', function(e, instance, current) {
if (!current || current.type !== 'video') return ;

current.$slide.find('video:first').trigger('play');
});



Regards,
ARI Soft
The administrator has disabled public write access.
 
#67687
Re:Hosted video autoplay 2 Years, 12 Months ago Karma: 0
Thank you so much! it working
Best regards
Anna
The administrator has disabled public write access.
 
Go to topPage: 1