html - Understanding Screen Sizes/Pixel Density for Web Development (Websites & Emails) -
i'm trying understand few things deal pixels. the first of changes between developing html email , website in terms of appearing on mobile screen. more specific, when developing website, can have media queries run below 375px (i.e. @medie screen , (max-width 375px)) , changes occurring in code not reflected on desktop (since browsers without going inspect restrict width @ 400px); however, on phone has smaller screen iphone se, changes occur under media query hit. so on own makes sense me, because phone screen smaller min browser width, of course changes apply in block hit when website executed on phone. confusion gets introduced. when developing html email, have table set 600px wide. there no media query affecting html. table 600px wide under circumstances, when displaying on less 600px wide phone, assume of page clipped, not so. when viewing email in gmail, entire composition visible. made me scratch head bit, researched , found sources claiming phone greater 600px wide. t...