How to force a responsive element to adapt and use the small screen layout if the container is small? #1903
Unanswered
jean-francois-labbe
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to find a way to reuse responsive html elements.
Let say I have a responsive html element that displays 2 columns on big screens and 2 rows on small ones.
Now I want to reuse this element to display it in a multi column layout
since the columns are small I'd like the mobile layout to be used.
Is there a way to set a referring context? or override the screen size inside a div?
Here is a demo https://jsfiddle.net/JefffRennes/2txmo4ae/20/
Beta Was this translation helpful? Give feedback.
All reactions