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:
July 2019
City Green
(31/07/2019)
Charting the Underground
(30/07/2019)
Iustitia, black
(29/07/2019)
Remembering that my Camera has Colors
(27/07/2019)
Hermes was here
(26/07/2019)
Take a Seat
(25/07/2019)
Old + Young
(24/07/2019)
The big Shoes of Montgelas
(23/07/2019)
Next Door please
(22/07/2019)
Outwards
(21/07/2019)
Randy Munich
(20/07/2019)
Downwards
(20/07/2019)
Kurt Eisner Memorial
(18/07/2019)
Black Band
(17/07/2019)
Camouflage House
(16/07/2019)
Wood for the Gentry
(14/07/2019)
Keeping the Door open
(13/07/2019)
There are Things that call for Color
(12/07/2019)
Wheels
(11/07/2019)
Taken off
(10/07/2019)
The Guardian
(09/07/2019)
Lifeless Facade
(08/07/2019)
Ambulating Security
(07/07/2019)
Oasis of Illusions
(06/07/2019)
No Title or “just a formal play”
(05/07/2019)
See Through
(04/07/2019)
Thoughts are free
(03/07/2019)
Trompe l’oeil Wall
(02/07/2019)
Cool Blue
(01/07/2019)
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, }); });