Skip to content

Instantly share code, notes, and snippets.

View alfredzh's full-sized avatar
🏠
Working from home

Alfred Cheung alfredzh

🏠
Working from home
View GitHub Profile
@alfredzh
alfredzh / styles.css
Last active August 29, 2015 14:23 — forked from pburtchaell/styles.css
/**
* VH and VW units can cause issues on iOS devices: http://caniuse.com/#feat=viewport-units
*
* To overcome this, create media queries that target the width, height, and orientation of iOS devices.
* It isn't optimal, but there is really no other way to solve the problem. In this example, I am fixing
* the height of element `.foo` —which is a full width and height cover image.
*
* iOS Resolution Quick Reference: http://www.iosres.com/
*/