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

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

Mark Solution

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

해결됨

difference between AEM layout container VS bootstrap media queries?

Avatar

Level 3

I am so confused so have few questions regarding responsive layout. Really appreciate if someone will help me to understand this:

1. would like to know if AEM is using bootstrap to implement responsive grid? If yes then which version of bootstrap?

2. Our project is already using bootstrap and media queries to achieve responsive layout so can I use AEM layout container also?

3 difference between bootstrap media queries and AEM layout container?

4. Which approach is better? bootstrap framework or layout containet?

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10

AEM is not use bootstrap but its custom grid framework

Responsive grid is positioned to support human/ad-hoc adjustment of page layout, bootstrap is positioned for automatic adjustment as defined in code

if you are using AEM responsive grid, i would avoid using another grid system, but rather make components themselves responsive (as needed via media queries)

Bootstrap Project on AEM

https://helpx.adobe.com/experience-manager/kt/sites/using/simple-code-use/simple-plus-bootstrap-3-co...

With bootstrap author does not get the ability to define the component view in a particular device / width.

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Level 10

AEM is not use bootstrap but its custom grid framework

Responsive grid is positioned to support human/ad-hoc adjustment of page layout, bootstrap is positioned for automatic adjustment as defined in code

if you are using AEM responsive grid, i would avoid using another grid system, but rather make components themselves responsive (as needed via media queries)

Bootstrap Project on AEM

https://helpx.adobe.com/experience-manager/kt/sites/using/simple-code-use/simple-plus-bootstrap-3-co...

With bootstrap author does not get the ability to define the component view in a particular device / width.

Avatar

Level 3

Okay so you mean to say create dynamic templates and then in layout container add components which is developed as responsive using media queries, instead of adjust them using layout mode AEM grids.