-3

Is there some solution for target all tablets landscape or portrait with css without media queries for each tablet. What is the best solution. I found a lot media queries for tablets. Is there some simple solution. Is there some solution with js for targeting tablets landscape.

Ismeet
  • 419
  • 5
  • 19

1 Answers1

0

Have you tried orientation ?

[ https://developer.mozilla.org/en-US/docs/Web/CSS/@media/orientation ]

Amit Bhoyar
  • 1,007
  • 5
  • 20
  • When use orientation that target all device include desktop, ipad pro have 1024px x 1366px rezolution – Ismeet Nov 13 '18 at 04:09