Bootstrap Question:
What is difference between Fluid Layout and responsive Layout?
Answer:
Fluid layout adapts itself to different browser window sizes, all the values used are calculated proportionally to the viewport size, so when resizing, all the columns are resized.
Responsive layout is able to adapt itself to different sizes as well. When resizing, the number of columns changes according to the available space.
Responsive layout is able to adapt itself to different sizes as well. When resizing, the number of columns changes according to the available space.
Previous Question | Next Question |
Tell us what contextual classes are available to style the panels? | What are Bootstrap Responsive features? |