difference between AEM layout container VS bootstrap media queries? | Community
Skip to main content
Level 2
January 25, 2018
Solved

difference between AEM layout container VS bootstrap media queries?

  • January 25, 2018
  • 2 replies
  • 2525 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by edubey

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-code-use.html

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

2 replies

edubey
edubeyAccepted solution
Level 10
January 27, 2018

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-code-use.html

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

Level 2
January 30, 2018

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.