Sha256: ec880db7cc02bc5c01ecad6d86e35b02831629a51db89c5d9727a543405ca643
Contents?: true
Size: 856 Bytes
Versions: 62
Compression:
Stored size: 856 Bytes
Contents
//= require justified_images //$(document).ready -> // $('.logo_collage1').empty().justifiedImages // images: photos // rowHeight: 200 // maxRowHeight: 400 // thumbnailPath: (photo, width, height) -> // purl = photo.url_s // if photo.url_n and (width > photo.width_s * 1.2 or height > photo.height_s * 1.2) // purl = photo.url_n // if photo.url_m and (width > photo.width_n * 1.2 or height > photo.height_n * 1.2) // purl = photo.url_m // if photo.url_z and (width > photo.width_m * 1.2 or height > photo.height_m * 1.2) // purl = photo.url_z // if photo.url_l and (width > photo.width_z * 1.2 or height > photo.height_z * 1.2) // purl = photo.url_l // purl // getSize: (photo) -> // { // width: photo.width_s // height: photo.height_s // } // margin: 1
Version data entries
62 entries across 62 versions & 1 rubygems