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
Thank you for using our products and for your constructive feedback. Unfortunately, you can't provide a PR because this repo is private so we'll ask you to create a file with the solution and send it to us and we'll integrate it into the next update. If you have another idea on how we can integrate into the product please let us know.
I'm using the following markup to enable serving next-gen format image in webp:
However the dynamic shadow is generated as:
Ideally it should somehow link to the webp version when it supported by the browser.
So something needs to be adapted in your method
initColoredShadows
:Instead of reading the
src
attribute, you should try to read thecurrentSrc
dynamic attribute:Note: I could provide a PR, just unsure at the moment if I thought of every possible case, so up for discussion.
The text was updated successfully, but these errors were encountered: