victor_toledo_3
13-03-2019
Hi all,
i've integrated Dynamic Media Hybrid Mode with my AEM 6.3.3.0 environment. All is working fine but i have a question.
When i open the image url without any query parameter, preset, etc (https://dmserver/is/image/image.jpg) i'm getting a small image (300x200 px).
Is there a way to get the original image? (size, type, etc, without any modification)
And when i use the responsive feature with the OOTB responsive image preset, the page is doing two request https://dmserver/is/image/image.jpg?$responsive$ which returns the small image, then is executed the s7responsiveImage js function and a new request is executed with the correct wid parameter https://dmserver/is/image/image.jpg?$responsive$&wid=XXXX. is that the normal behavior? two request per image
Thanks in advance
19-03-2019
Hi eharris3, do you know why two request are made?