Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 459 Bytes

picturefill.md

File metadata and controls

25 lines (18 loc) · 459 Bytes
title contributors
Picturefill
user name
jamesmkur
James Kurczodyna

Picturefill

github.com/scottjehl/picturefill

Initialize Picturefill with Turbolinks' page:load event.

In vanilla JavaScript:

window.addEventListener( "page:load", window.picturefill(), false );

In CoffeeScript:

$(document).bind 'page:load', ->
  window.picturefill()