Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

width height samsung note 20 screen

@media
  only screen and (-webkit-min-device-pixel-ratio: 2.625),
  only screen and (   min--moz-device-pixel-ratio: 2.625),
  only screen and (     -o-min-device-pixel-ratio: 2.625/1),
  only screen and (        min-device-pixel-ratio: 2.625),
  only screen and (                min-resolution: 393dpi),
  only screen and (                min-resolution: 2.625dppx) { 
    /* Retina styles here */
}
                                
Source by yesviz.com #
 
PREVIOUS NEXT
Tagged: #width #height #samsung #note #screen
ADD COMMENT
Topic
Name
5+9 =