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:
Doors and Windows
Doors and Bear
(05/09/2019)
Eyes of the House
(30/08/2019)
Ye olde Door
(12/09/2018)
Construction Site
(03/07/2018)
Prussian Gate
(18/06/2018)
Wall Decoration
(22/10/2017)
Yellow Double Irish and Windows
(01/07/2017)
300m Distance
(01/07/2017)
Locked
(25/06/2017)
Curtains
(01/05/2017)
Two Windows
(19/04/2017)
Channel Facade
(23/09/2016)
SAGACAR
(06/08/2016)
Les Tissus Colbert
(20/07/2016)
Chiesa di S. Fantin
(06/07/2016)
Grosshadern Hospital
(14/05/2016)
The Leaf
(29/04/2016)
Winter Grapes
(04/03/2016)
From Cleveland House
(03/02/2016)
Westend Windows
(23/12/2015)
Colorful Portal
(25/10/2015)
Tenement Windows
(13/10/2015)
Rectangularissimo
(08/10/2015)
Tomato / Head
(20/09/2015)
Not your average Knocker
(12/09/2015)
Dolfi
(13/08/2015)
Stained Glass Window
(12/07/2015)
Merkur on Door
(26/06/2015)
Streak of Light
(17/06/2015)
Mutant Vespa / 6
(16/06/2015)
Posts navigation
Page
1
Page
2
…
Page
4
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, }); });