Project

General

Profile

Documentation #41941

Updated by Ernesto Puerta over 4 years ago

Let's document user recommendation for screen sizes/devices (same way as we do for "supported browsers":https://docs.ceph.com/docs/master/mgr/dashboard/#supported-browsers) both in Ceph Dashboard docs and coding/testing guidelines. 

 As agreed in Dashboard biweekly sync, the minimum device screen resolution would be 720p (1280x720). 

 However, most devices use CSS pixels, which are not the same as screen pixels (it can be several times less). 

 For example: iPhone 8 Plus has 1080w x 1920h screen resolution, while for web browsing it features an equivalent viewport of 414w x 736h (CSS pixels).

Back