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:
Paris
Decorated Lorry
(20/06/2019)
Le Bleu
(17/06/2019)
Two is better than one
(14/06/2019)
Emmission Control
(12/06/2019)
Not his Umbrella
(03/06/2019)
Above the Door
(01/06/2019)
Clearing Storm
(29/05/2019)
Men at Work
(21/05/2019)
Abundant Decoration
(17/05/2019)
French Gutter Art
(15/05/2019)
Art Nouveau
(12/05/2019)
Whatever he wants to say
(08/05/2019)
Equanimité
(05/05/2019)
Old and new Tech
(02/05/2019)
Larger than Life
(29/04/2019)
Street Gallery
(24/04/2019)
Flyin’ Harry
(21/04/2019)
Hidden Dialogue
(19/04/2019)
Une Perle de’l Humanité en Dange
(16/04/2019)
Le Bateau est plein
(16/04/2019)
Steady Hand
(12/04/2019)
Greenbike
(10/04/2019)
Delivery Door
(09/04/2019)
Scootorist and Graffiti
(05/04/2019)
Circles, Squares
(02/04/2019)
Evening Twilight
(31/03/2019)
Watching Passers-by
(28/03/2019)
Roofs
(26/03/2019)
Eyes
(24/03/2019)
If I had a Hammer
(21/03/2019)
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, }); });