andrewlansdowne
andrewlansdowne
Any news? Surely someone has tried it by now :D
OK I think I've figured this out, It's because the JSS image resizing whitelist blocks parsing of the querystring if ALL the querystring parameters from "protectedMediaQueryParameters" are not listed in...
Worth noting for completeness that if you want next-gen optimization of images when NOT passing any resize querystring then you need to override `Sitecore.JavaScriptServices.Media.MediaRequestHandler` and call Dianoga's AddCustomOptions like ```c#...
Hi, no I don’t. But thanks for the tip. Sent from Outlook for iOS ________________________________ From: Mark Gibbons ***@***.***> Sent: Wednesday, June 28, 2023 2:59:14 AM To: kamsar/Dianoga ***@***.***> Cc:...
@kpicavet jssmedia URLs intentionally don't use hash query param - instead it relies on the extension whitelist to determine valid requests - https://doc.sitecore.com/xp/en/developers/hd/20/sitecore-headless-development/media-handler.html Firstly, try adding something like this to...
@kpicavet not sure if this will work for you, but in react we are using srcset on the Image and for each of our srcset options we specify both size...