Home › Forums › CSS › Media Query based on Screen size? ( not Resolution ) › Reply To: Media Query based on Screen size? ( not Resolution )
September 4, 2013 at 1:13 pm
#149049
Participant
If you want to change the layout specifically based on device as opposed to its pixel per inch value or device width thats beyond css I believe,
If you want to change the layout based on pixels per inch / retina this may help
https://css-tricks.com/snippets/css/retina-display-media-query/