-
-
Notifications
You must be signed in to change notification settings - Fork 16.8k
Fix: multiple image-urls in data-background-image #2940
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This bug also exists in v3.9. If this version is still maintained, I would also create a MR for this branch. |
|
Looks good, thanks! There's no reason to patch the 3.9 branch. |
sultan801
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello
…round Fix: multiple image-urls in data-background-image
|
When I use this feature, only the first image is being displayed. Is there supposed to be a slideshow of backgrounds ? |
Currently, when using the
data-background-imageattribute, the user can only specify one background image. This is, because if a url is given, the whole string given indata-background-imageis wrapped intourl().This MR allows to use a comma-separated list, e.g.:
Would be happy to see this merged into
dev.