Hi Everyone,In my AEM project I have multiple language (locale) like en-us, ar-ae, ja-jp and so on,A content fragment exist with Copyright text and contains year. Everytime, I need to update the year, I have to visit each and individual content fragment for a language and update the year. Is there a...
Hi @Jineet_Vora - Can you explain a bit more on the custom servlet part? https://code.google.com/archive/p/htmlcompressor/ --> I visited this link and there I found Maven Integration section, but how to use it those links result in 404.
Hi Guys,I want to minify HTML in my project. When I do view source code for page ,in the HTML generated, I can see lot of whitespace. I need a way to minify the HTML files (in a way that after minifcation , the size of the HTML should be 30% less than original HTML file.)note: The scenario mentioned...
Hi @gkalyan , @HrishikeshKagne , @Raja_Reddy Thank you for your inputs, I found the Inlining of CSS can be done in AEMand my team tried, but we faced lot of dependency errors. You can see the screenshot below from Adobe's article. Can you let me know, how it worksLink to the aritcle - https://exper...
Hi Everyone,We are working to achieve Dark Mode functionality for our components. We have achieved the functionality ,but the point where we need suggestions/solutions is for optimizing CSS.We have tried the below ways to include CSS :1. Place the CSS in the clientlibs : placing the CSS in the clien...
Hi @tushaar_srivastava - shared my approach and the method I used in the below comments. Please do have a look. Thank you for your suggestion and help.
Hi @kautuk_sahni @tushaar_srivastava - I tried a different approachwhich was basically setting a timer and then adjusting the height, the idea was to load the richtextfield first and then execute the function to decrease the heightBelow is the code I used to achieve the functionality var $ctaUrl...