=== Vertically Responsive Images === Contributors: evansolomon Tags: images, responsive Requires at least: 3.5 Tested up to: 3.5 Stable tag: 1.1.1 Resize images on the fly to make sure the whole thing fits into the user's window. == Description == Usually when we talk about making something responsive, we mean horizontally. But it's annoying when tall images overflow a short laptop screen. This resizes those images on the fly to fit the user's window. Optionally disable it for individual images by adding a `do-not-resize` class. == Installation == Normal stuff, wp-content/plugins == Changelog == = 1.1.1 = * Make sure Underscore.js is available = 1.1 = * Support Jetpack infinite scroll by automatically resizing images in posts it adds = 1.0 = * Launch!