Hey
I wonder if there“s a way to explicitely tell Bricks that a certain breakpoint is only for landscape.
What I mean with that is that I sometimes need a specific breakpoint with the
@media (orientation: lanscape)
applied.
The design department in our company is always rlly picky when it comes to layouts for different devices and I just ran into the problem that I cannot properly recreate the designs for devices in landscape mode. I“m usually given 4 different designs (Desktop, Tablet landscape, Tablet portrait and Mobile) but I cannot properly create the website for Tablet landscape cause with the current breakpoint system it seems like I can only change the layouts based on the device width and not the height / the aspect ratio or how you wanna call it.
If you hold a tablet horizontally (depending on the tablet) you“ve sometimes reached the desktop or laptop size and (at least as far as I know) there“s no way to differentiate between big tablet and Laptop.
If you have for example a separate design for tablet landscape that“s supposed to have 100% viewport-height the designs are pretty difficult to create. In my last project our design department wanted to have a layout specifically for tablet landscape where we had a full height image on the left side and text and a form on the right side.
When I add a new breakpoint in Bricks I can see that there are icons for tablet landscape and phone landscape but IĀ“m not sure if thatĀ“s just the width or if these breakpoints actually take into account the āorientation: landscapeā-CSS style that I mentioned above. So far I couldnĀ“t find any CSS property like that which is why I assume itĀ“s really just the width. If thereĀ“s no other way to explicitely tell Bricks that I want a separate design for landscape format then it might be a feature request in this case