Open dogaanismail opened 3 years ago
I’m not familiar with Angular, but in React you’d have to kick off the Fancybox slideshow on component mount via useEffect or in the componentDidMount lifecycle method. I reckon you’d need to do something similar with Angular.
I am working on fancybox gallery images in Angular 11. I have managed to view my images using fancybox, but I want slides to play automatically. How can I do it? Is there any way to do it by adding a html attribute like autostart="true" ?
Here is my story feed implementations.
Example screenshot