Skip to content

Instantly share code, notes, and snippets.

View jauhari's full-sized avatar
😇

Jauhari jauhari

😇
View GitHub Profile
@jauhari
jauhari / hosts
Created April 1, 2018 22:15 — forked from mul14/00_etc-hosts.md
/etc/hosts for Vimeo and Reddit
# ---------------------------------------------------
# Vimeo
# ---------------------------------------------------
151.101.0.217 player.vimeo.com
151.101.192.249 vimeo-hp-videos.global.ssl.fastly.net
151.101.2.109 f.vimeocdn.com
151.101.192.217 vimeo.com
151.101.66.109 i.vimeocdn.com
151.101.64.217 developer.vimeo.com
@mtinsley
mtinsley / Lazy Image Size
Created June 7, 2015 19:02
Generate image sizes on the fly for WordPress
/**
* Create an image with the desired size on-the-fly.
*
* @param $image_id
* @param $width
* @param $height
* @param $crop
*
* @return array
*/