내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Mobile and Desktop view

Avatar

Level 2

Hello AEM community,

 

I'm new to AEM and I want to know if there is a way to identify if the current view is on mobile or desktop on code level(methods or properties on AEM that I can use to identify) without using the viewport. I'm creating Image component that the author can use 2 images for desktop and mobile option. Thank you ! 

 

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

Hi @AEMStarterNewbie 

 

If you are wanting to do it in CSS code, used media-queries. You should not check it in the backend due to caching issues.

 

Similar post: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-6-3-to-detect-from-des...

 

Thanks,

Kiran Vedantam.

원본 게시물의 솔루션 보기

4 답변 개

Avatar

Community Advisor

Hi @AEMStarterNewbie 

 

You can use the small devices icon on top of every page on edit mode to move from desktop to devices

 

Kiran_Vedantam_0-1637571370062.png

Hope this helps.

Thanks,

Kiran Vedantam.

Avatar

Level 2

Thank you for that. What I mean is on code level. Is there method or properties that I can use in AEM ? 

Avatar

정확한 답변 작성자:
Community Advisor

Hi @AEMStarterNewbie 

 

If you are wanting to do it in CSS code, used media-queries. You should not check it in the backend due to caching issues.

 

Similar post: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-6-3-to-detect-from-des...

 

Thanks,

Kiran Vedantam.

Avatar

Community Advisor