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
Hey @enjikaka,
that's a good idea! If you'd like to make a PR for this, please feel free to do so. We don't have a lot of time on our hands at the moment, so it could take a while for us to make these changes ourselves.
Your code example looks good. I'd maybe only wait for the first image to load before showing the carousel as that could minimize the initial load time.
That should be possible. We could just wrap every image element in the slot with our custom div before inserting them into the carousel. It would be interesting though to see how changes in the slot can be smoothly applied as we do it at the moment.
Having the images specced in an attribute is a bit too React-ish. Consider using slots instead. This would also give to possibility to use and
For img elements getting the imageURL could be done like so: https://codepen.io/enjikaka/pen/mYKWGP?editors=0010
The text was updated successfully, but these errors were encountered: