Scaling graphics with retinajs
If you are building applications or websites, you need to account for retina/high resolution devices now. Here is a javascript plugin that will make it easier. http://retinajs.com/
If you are building applications or websites, you need to account for retina/high resolution devices now. Here is a javascript plugin that will make it easier. http://retinajs.com/
So, I was tasked with a small project to build a nice little script that would target specific tags on a web page and drop Google Analytic Event codes on them. The key was to not touch the page code directly. The script is actually lightweight and allows for ease of updating. Here is the […]