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
Tag:
silhouette
Strange Fruit
(30/01/2021)
Old Apple Trees
(23/01/2021)
Vive La Difference
(21/01/2014)
Tiled Wall
(20/01/2014)
Heading For …
(17/10/2012)
Urban Opuntia
(17/03/2012)
Birds
(20/02/2012)
Train Station South Exit
(06/10/2011)
After The Concert
(21/09/2011)
Seagull
(21/06/2011)
City Atrium
(25/05/2011)
City Rhus Typhina
(28/04/2011)
Maple Silhouettes
(04/03/2011)
Con Trail Variation
(17/05/2010)
Spellbound Forest III
(07/05/2010)
Spellbound Forest II
(06/05/2010)
Further Push-Up Needed?
(09/03/2010)
Cold at Sunset
(08/01/2010)
spring in the city II
(24/04/2008)
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, }); });