- 🇺🇸United States smustgrave
Since ImageConfigUpdater has been removed a number of updates will have to happen.
@seanB any suggestion what the alternative is?
The decoding property allows you to control whether or not the browser is allowed to try to parallelize loading your image. If doing so would cause problems, you can specify sync to disable asynchronous loading. This can be useful when applied to img elements, but may be even more so when used for offscreen image objects.
Add configuration for adding decoding options.
It would be nice to configure decoding attribute for images https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/decoding
Needs work
10.1 ✨
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Since ImageConfigUpdater has been removed a number of updates will have to happen.
@seanB any suggestion what the alternative is?