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
Category:
Lyon
Form With Function
(24/11/2014)
Downstairs
(22/11/2014)
Le Vin Des Vivants
(20/11/2014)
ACTIV ‘ART
(18/11/2014)
Ghost Bike / LES TONTONS FLINGUEURS – updated
(16/11/2014)
Dans Le Monde
(14/11/2014)
Icare
(12/11/2014)
Lonely Bottle
(10/11/2014)
GALIX
(08/11/2014)
Spiral Staircase
(06/11/2014)
Traboule
(04/11/2014)
The Temple
(02/11/2014)
Two Cars
(31/10/2014)
Cours de Voraces
(29/10/2014)
Au P’tit BAZAR
(27/10/2014)
BURGER Cheesecake
(25/10/2014)
Café de Panamá
(23/10/2014)
Looking At You
(21/10/2014)
Camouflage
(19/10/2014)
Layers and Shadows
(17/10/2014)
Club Med
(13/10/2014)
White Fence and Playground
(11/10/2014)
This rocks
(09/10/2014)
Blend
(07/10/2014)
Wallflower
(06/10/2014)
Impasse Turquet
(05/10/2014)
Johnny’s Kitchen
(04/10/2014)
Le Jour De Gloire
(03/10/2014)
On Display Behind Bars
(02/10/2014)
Stock Exchange Reflected
(01/10/2014)
Posts navigation
Page
1
Page
2
…
Page
5
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, }); });