We have uploaded the PNG files in the etc/designs/.. folder and loaded using <img> tag like below.<img src="/etc/designs/captcha/_pic42.png" id="pic_b" alt="Equals">These images are working in the desktop browsers, but these images are not loading in the mobiles(Android/iPhone) users. Please sugges...
Hi Team,Has anyone had any experience migrating a website based on Advantage CSP to AEM? Advantage CSP is an enterprise-class content services platform (CSP) designed for businesses of all sizes [1]. It combines features of two popular software categories:Digital experience management (DXM) - which...
I am working on sling content distribution. I am able to successfully work on forward (author to publish) and reverse (publish to author) content distribution. The issue I am facing..when I am creating a custom collection for forward distribution on author environment a rep:policy is also created f...
hello,In a new project, we need to use an iframe to embed a web page from another site into AMS's AEM.We plan to solve this using the ootb core embed component.The web page we are trying to embed using an embed(iframe) is managed by the same group and is a web page created in asp/aspx and located on...
Hi Team,I tried adding caption to scene7 as var s7videoviewer = new s7viewers.VideoViewer({ "containerId": 'id', "params": { "serverurl": serverURL, "contenturl": contentURL+"/", ...
Hi, Previously we have integrated OKTA to AEM for the user authentication. Now we are planning to migrate our user authentication from OKTA to VIP. Is same integration process for the VIP too? https://experienceleague.adobe.com/en/docs/experience-manager-learn/forms/single-sign-on-with-okta Thanks,B...
Hello Everyone, How can I call my servlet during page load time?I know below mentioned approach. Added this ajax call in some genral js file. $.ajax({ url: "/content/data/practice/servlet/dummyServlet", type: "GET", data: { ...