Page 1 of 1

carousel

Posted: Mon Feb 24, 2020 11:12 am
by DWG
when adding the carousel object and setting
full width to : flexible , height : 100 vh then the added inline frame becomes bootstrap however I cannot longer
control the next , previous , goto 1 with javascript
example :
$('#Carousel1').carousel('goto,1');
$('#Carousel1').carousel('next');
when setting back the full width with to another setting it works with javascript but then the page is no longer responsive

The goal is to add buttons/menu whatever and use javascript to control the carousel when full with is flexible
can this be done ??? if yes how ??

I hope this is clear enough , looking for a solution

Best Regards ,
Georges

Re: carousel

Posted: Mon Feb 24, 2020 11:32 am
by Pablo
For the flexible (bootstrap) carousel you will need to use:

Code: Select all

$('#Carousel1').bootstrapcarousel(0);
This is demonstrated in this template:
http://www.wysiwygwebbuilder.com/suppor ... sic10.html

Re: carousel

Posted: Tue Feb 25, 2020 7:57 am
by DWG
Pablo ,

thanks it is working , great support !!!!

Best Regards ,
Georges