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
I have an issue with the carousel at the moment where the images aren't shown until they're all loaded.
So I get a blank page until all images are done loading.
I found that the issue didn't come from any JS file, but it came from bootstrap.css, possibly something to do with the transitions?
Something to do with this:
It was because I haven't set the class 'active' on my first item, so the script is waiting until the time reaches the 'interval', and only then it switches to the first item.
Maybe to save someone else the same amount of time this took me to figure out, it's probably a good idea to update the jquery function to check if the carousel has an 'active' item. If not, treat the first item as active.
Hello,
I have an issue with the carousel at the moment where the images aren't shown until they're all loaded.
So I get a blank page until all images are done loading.
I found that the issue didn't come from any JS file, but it came from bootstrap.css, possibly something to do with the transitions?
Something to do with this:
Could anyone please help me?
Thanks,
Maikel
The text was updated successfully, but these errors were encountered: