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
Images
Droplet Jewellery
(06/03/2021)
Fallen
(05/03/2021)
Ivy Patterns
(04/03/2021)
Rotten
(03/03/2021)
Stumps, Ice, Water
(02/03/2021)
Log Patterns
(26/02/2021)
Hashtag in the Pond
(25/02/2021)
Signs of Spring III – Magnolia Buds
(24/02/2021)
Under Power
(23/02/2021)
City Tree and Mural
(19/02/2021)
Municipal Woods
(18/02/2021)
Tagged Door
(17/02/2021)
Home of the Firefighters
(13/02/2021)
Unemployed St. Florian – too cold for a Fire
(12/02/2021)
Snowy Trees and Hall
(11/02/2021)
Beechnut Husks
(08/02/2021)
Snow on Pine Needles
(05/02/2021)
Moist Winter Interlude
(31/01/2021)
Strange Fruit
(30/01/2021)
Snow Rider in the Trees
(25/01/2021)
Rejoice – Bully #45 is gone!
(21/01/2021)
Dormancy II
(19/01/2021)
Last Year’s Beech Leaves
(18/01/2021)
Dormancy
(12/01/2021)
Small Town Mall
(10/01/2021)
Excluded
(07/01/2021)
Adorned Wrapping
(01/01/2021)
Happy New Year!
(31/12/2020)
Build That Wall!
(30/12/2020)
On earth peace, good will toward men
(25/12/2020)
Posts navigation
Page
1
Page
2
…
Page
137
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, }); });