carousel
Posted: Mon Feb 24, 2020 11:12 am
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
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