Needs work
Project:
Bootstrap Styles
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Aug 2020 at 18:36 UTC
Updated:
11 May 2025 at 09:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
aaronchristian commentedThis is a much needed enhancement!
Love your thinking @edysmp
Comment #3
nitesh624Working on it will update in few days
Comment #4
nitesh624Comment #5
nitesh624Unassigning from me , so that others can also work
Comment #6
nitesh624Comment #7
edysmpComment #8
mahmoud-zayed commentedComment #11
matt_paz commentedComment #12
mauriciopieper commentedCreated this patch based on the merge request from @matt_paz.
I did some small changes/improvements because it was an old MR, but in essence, it does the same.
Comment #13
b_sharpe commentedThis need to be passing the interface
FileUrlGeneratorInterfaceotherwise you'll have issues with other file generators.Comment #14
sardis commented@b_sharpe is right indeed. Such an error can be reproduced should you enable CDN module.
Attached is an updated patch that uses
FileUrlGeneratorInterfaceinstead ofFileUrlGenerator.Comment #15
rajab natshahThanks, for reporting and patching!
While you are making the above changes, we recommend that you convert this patch to a merge request. Merge requests are preferred over patches. Be sure to hide the old patch files as well.
Comment #16
rajab natshahComment #17
rajab natshahComment #18
rajab natshahComment #19
rajab natshahNice idea and fix
Planed for #3299909: Fix Layout Builder section rendering original Background Image when no background options, no image styles, or lazy loading are applied
But seems that this is a good way to fix the issue.
Comment #20
super_romeo commentedThanks for the patches #12 and #14. They are on the right track.
But I think we need to set the responsive image style, not the image style.