Skip to content

Instantly share code, notes, and snippets.

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

Alexander Sharabarov alcovegan

🏠
Working from home
View GitHub Profile
@alcovegan
alcovegan / wp-rest-api-slug
Created September 28, 2017 05:25 — forked from geoffyuen/wp-rest-api-slug
Get Page using slug from WP Rest API
http://localhost/wp-json/pages?filter[name]=the-page-slug
// or this seems to work too:
http://localhost/wp-json/pages/the-page-slug
@alcovegan
alcovegan / styles.css
Created December 21, 2015 09:36 — forked from pburtchaell/styles.css
VH and VW units can cause issues on iOS devices. To overcome this, create media queries that target the width, height, and orientation of iOS devices.
/**
* 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/
*/