Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Media Query based on Screen size? ( not Resolution ) Reply To: Media Query based on Screen size? ( not Resolution )

#149049
basement31
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/