You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
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" ?
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: