visitscotland / vs-component-library

VisitScotland Component Library
Other
0 stars 0 forks source link

feat(images): construct srcset in mixin to ensure they work with additional params #277

Closed mjpvs closed 9 months ago

mjpvs commented 10 months ago

The existing srcset generation where we just add ?size=x to the src has some issues if the src already has a query parameter in it which happens in the external preview mode. Juan Luis has sorted most of the cases in the freemarker, this gets the last few in the component library and centralises our srcset generation logic in a mixin to get rid of a bit of code duplication