Radial image cover

Your HTML markup <div class=”holder”> <img src=”http://lorempixel.com/500/500/sports/”/> <div class=”radial”></div> </div> Your CSS […]

Cross browser image grayscale filter

img.grayscale { filter: url(“data:image/svg+xml;utf8,&lt;svg xmlns=\’http://www.w3.org/2000/svg\’&gt;&lt;filter id=\’grayscale\’&gt;&lt;feColorMatrix type=\’matrix\’ values=\’0.3333 0.3333 0.3333 0 0 […]