cssmedia-queriesipodipod-touch

What is the iPod Touch 6G media query?


I have been looking everywhere online for the iPod touch 6 generation media queries but I couldn't find anything useful. Please help me.


Solution

  • Below is the solution specific to your requirements.

    @media only screen and (min-device-width : 320px) and (max-device-width : 640px)  {
    
            /* STYLES GO HERE */
        }
    

    In order to find out about the media queries of any device, simply Google to find out the screen resolution of the device and use that value for media query.