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
Great library!
Just one thing, it would be great to have prefixed class names.
Instead of item, which can be quite common in any page, use flex-item.
And yep, I know you can customize it using the container option, but takes a bit to figure out we also have to add the following styles added by default in flexImages.
@SimonSteinberger I realised there's so little CSS :) So kind of make sense. It would just be great if you could mention in the doc we need to change the CSSs when using the custom selector.
Great library!
Just one thing, it would be great to have prefixed class names.
Instead of
item
, which can be quite common in any page, useflex-item
.And yep, I know you can customize it using the
container
option, but takes a bit to figure out we also have to add the following styles added by default in flexImages.Another option is to use an internal class name but still making the class name configurable.
Something like...
Then, even when the user modifies the selector your CSS class will still be applied:
The text was updated successfully, but these errors were encountered: