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:
Berlin
Castle Door
(23/10/2019)
Signs of Civilisation
(21/10/2019)
Light pouring from the Sky
(17/10/2019)
Köpenick Palace
(14/10/2019)
Underpass Patrol
(04/10/2019)
The Rolling Stone
(02/10/2019)
Beauty in the Pattern of the Shadows
(30/09/2019)
City Tree
(27/09/2019)
So sorry
(25/09/2019)
Public Transport
(22/09/2019)
A Rose by another Name
(20/09/2019)
Your huddled masses yearning to breathe free…
(18/09/2019)
Get them data
(16/09/2019)
Ultralarge Mural
(15/09/2019)
The Racists’s Nightmare
(14/09/2019)
Volleyball Ghosts
(13/09/2019)
Graffiti No 46
(12/09/2019)
Writing on the Wall
(11/09/2019)
Pedal Power
(10/09/2019)
Advertisement Overflow
(09/09/2019)
A colourful Welcome
(08/09/2019)
Weed Victim
(07/09/2019)
Wet Dream from long forgotten Times
(06/09/2019)
Doors and Bear
(05/09/2019)
Small Underpass
(04/09/2019)
White Wall
(03/09/2019)
Verticals
(02/09/2019)
Eyes of the House
(30/08/2019)
Yoga in the Dark
(28/08/2019)
Electricity on Detour
(27/08/2019)
Posts navigation
Page
1
Page
2
…
Page
7
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, }); });