What is Parallax Scrolling? Parallax scrolling is a scrolling technique that is appearing more and more in websites, where multiple “background” images move through the viewport slower than “foreground” images. In some cases this creates an illusion of depth. What is Skrollr? Skrollr is a Stand-alone parallax scrolling JavaScript library that works on desktop and mobile (Android, iOS, etc). It ... Read More »
Category Archives: Javascript
FitVid.js – A jQuery Plugin for Responsive Video Embeds
Here’s a jquery plugin for responsive video embeds that caters to youtube, vimeo, bliptv, etc. To implement it all you have to do is add jquery.fitvids.js to your page after your jquery script then call .fitVids() on your container element. $(".container").fitVids(); Read More »