How do you implement the screen for this requirement?

Users can access an apartment hunting application from different devices with different screen sizes. A screen displays the photos of available properties. By default, the photos are displayed in three columns. When the screen width is less than 800 pixels, the photos should be displayed in two columns.

How do you implement the screen for this requirement?
A . Circumstance the layout to display different number of columns at different screen sizes.
B . Use a dynamic layout with a responsive breakpoint at 800 pixels to change from inline-grid triple to inline-grid double format.
C . Use a column layout with a responsive breakpoint at 800 pixels to hide the left column.
D . Circumstance the section rule to display different number of columns at different screen sizes.

Answer: B

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments