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:
Reflection
Puddle with a View
(22/11/2020)
Saalach Backwaters
(03/05/2020)
Tree, levitating
(23/04/2020)
Trees in front of Glass
(21/03/2020)
Tree and Reflection
(15/03/2020)
The Glass and the Sun
(07/03/2020)
Dragonfly Alert
(04/12/2019)
Randy Munich
(20/07/2019)
Lifeless Facade
(08/07/2019)
Soaring Slicer
(15/02/2019)
Bonsai Christmas
(09/12/2018)
Future Mobility
(30/11/2018)
Four Houses
(14/11/2018)
No my friend, darkness is not everywhere…
(08/02/2018)
Urban Distortion
(15/11/2017)
Natural Color-Key
(01/08/2017)
Outside/Inside
(23/07/2017)
Separate Realities
(29/12/2016)
Les Tissus Colbert
(20/07/2016)
mafia corruzione
(01/05/2016)
Salon Rouge
(03/04/2016)
Celebrity
(09/02/2016)
BMW Pavillion, Servant’s Entrance
(16/12/2015)
Reflected Reality
(14/12/2015)
Trees and Glass
(27/10/2015)
Pose of Interest
(11/10/2015)
THE SCENT
(04/10/2015)
Outside Within
(02/10/2015)
Behind
(17/09/2015)
September Wallpapers
(01/09/2015)
Posts navigation
Page
1
Page
2
…
Page
5
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, }); });