@Imran__Khan In this documentation https://docs.mktossl.com/docs/experience-manager-learn/getting-started-with-aem-headless/how-to/images.html#query-variables I read , we can pass an argument like size, which is a combination of height and width.
Hi Team,
I've implemented web optimization for custom components using the code from https://experienceleague.adobe.com/docs/experience-manager-learn/cloud-service/developing/advanced/web-optimized-image-delivery-java-apis.html?lang=en. I'm making the options configurable, allowing users to set wi...
@Imran__Khan The rule in my OP is the exact rule , we have in the dispatcher. Do you see any issue with this rule ? I checked for typos. Doesn't seem to have any space.
@UtkarshDa Which version of AEM are you working with. I heard some similar issue with few of my colleagues who are working with latest AEM cloud version.
Hi Team
I'm hoping someone can help clarify an issue I'm facing with caching SVG assets in ClientLibs. I have implemented rules in the dispatcher (similar to the ones below) that should ideally set a max-age for assets within the ClientLibs loaded via etc.clientlibs. However, when I run a Lighthou...
Hi Team
In text component , we have enabled source edit. We are trying to add base64 encoded, data uri as image source. That is causing java.lang.StackOverflowError error in the page. I saw a similar issue mentioned here https://experienceleaguecommunities.adobe.com/t5/adobe-experience-mana...
Hi @kautuk_sahni Oh . actually forgot to update here. I did update the pom.xml to get the latest bundles as I mentioned in https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-fix-no-enum-constant-org-apache-jackrabbit-vault-fs-api/m-p/646933/highlight/true#M162221 . But ...