css - media query css3 window aspect ratio -


is there way window aspect ratio in css media query? have found device-aspect-ratio, , device-pixel-ratio, seems possible several breakpoints based on pixel size , number of pixels , device width. not simpler make website relative browser window because browser window spans on whole device on mobile phones (for now) on pc can resize window wishes?

so there workaround or need server/client side programming?

thank enigma. english not first language.


Comments

Popular posts from this blog

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -

recursion - Can every recursive algorithm be improved with dynamic programming? -