Skip to content
spring2life
take2.2
Vernacular
Common Places
Comments
Blogs I Read
Gallery
The Tenset
Things
Places
Events
People
Books
Archives
Search
RSS
Contact
About
Impressum
Datenschutzerklärung
Month: August 2015
S. Miniato Facade
(31/08/2015)
Sports Area to be
(30/08/2015)
San Miniato al Monte
(29/08/2015)
(Almost) Outdoor Selfie
(28/08/2015)
Firenze Outlet
(27/08/2015)
Aloft Hotels
(26/08/2015)
Extra Vergine
(25/08/2015)
Square Place
(24/08/2015)
SUPERCINEMA
(23/08/2015)
Trolley Wires
(22/08/2015)
30
(21/08/2015)
Evening at the Lake
(20/08/2015)
VETRAIO
(19/08/2015)
Room with a View
(18/08/2015)
The Escapist
(17/08/2015)
Steel Bars and Sky
(16/08/2015)
Sign and Shadow
(15/08/2015)
Cephalopod
(14/08/2015)
Dolfi
(13/08/2015)
Three Spears
(12/08/2015)
Blue Smoke, Yellow Clip
(11/08/2015)
I’d love to hear Donald Trump on that
(10/08/2015)
Privacy by Design
(09/08/2015)
The Wall
(08/08/2015)
Wild Sumach and Biker
(07/08/2015)
Dio Mio
(06/08/2015)
Summer in the City
(05/08/2015)
Waiting
(04/08/2015)
Subway Leaving
(03/08/2015)
A Look Back
(02/08/2015)
Posts navigation
Page
1
Page
2
Next page
jQuery( document ).ajaxComplete(function() { // alert( "Triggered ajaxComplete handler." ); jQuery.fn.getTitle = function() { var arr = jQuery("a.fancybox"); jQuery.each(arr, function() { var title = jQuery(this).children("img").attr("title"); var caption = jQuery(this).children("img").attr("alt"); jQuery(this).attr('title',title).attr('data-caption',caption); }) } var images = jQuery("a:has(img)").not(".nolightbox").filter( function() { return /\.(jpe?g|png|gif|bmp)$/i.test(jQuery(this).attr('href')) }); var gallery = jQuery(".gallery-item a:has(img)").not(".nolightbox").filter( function() { return /\.(jpe?g|png|gif|bmp)$/i.test(jQuery(this).attr('href')) }); console.log(images.length); /* images.addClass("fancybox").getTitle(); */ images.addClass("fancybox"); /* images.attr("data-fancybox='images'","gallery"); */ /* MWS codit */ images.parent().attr("data-fancybox","images"); /* MWS codit */ /* gallery.addClass("fancybox").getTitle(); gallery.attr("data-fancybox","gallery"); */ /* $().fancybox({ selector : '.alignnone a:visible' }); */ jQuery("a.fancybox").fancybox({ 'loop': false, 'margin': [44, 0], 'gutter': 50, 'keyboard': true, 'arrows': true, 'infobar': false, 'toolbar': true, 'buttons': ["slideShow", "fullScreen", "thumbs", "close"], 'idleTime': 4, 'protect': false, 'modal': false, 'animationEffect': "zoom", 'animationDuration': 350, 'transitionEffect': "fade", 'transitionDuration': 350, }); });