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:
January 2020
City Trees
(31/01/2020)
75th Anniversary of Auschwitz Liberation
(28/01/2020)
Anticipated Nostalgia XXII – From Afar
(26/01/2020)
City Tree and Chimney
(26/01/2020)
Hermes, taking off
(24/01/2020)
Large Scale Drow Lift
(22/01/2020)
Splotched Facade
(20/01/2020)
Moonlit Night
(17/01/2020)
White Fence 2020
(14/01/2020)
Anticipated Nostalgia XXI – 30 seconds earlier
(13/01/2020)
10 Minutes later, 30° towards South
(12/01/2020)
Anticipated Nostalgia XX – Sky over Munich
(11/01/2020)
Steles on a Church Wall
(10/01/2020)
Intertwined
(09/01/2020)
Shop Window Epiphany
(07/01/2020)
White Branch
(05/01/2020)
Striplight and Markers
(03/01/2020)
City Backlight
(02/01/2020)
When I am grown up, I will be a Christmas Tree
(01/01/2020)
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, }); });