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:
February 2010
Wanderlust
(28/02/2010)
Lines in the Forest
(27/02/2010)
Architecture in Vienna
(26/02/2010)
Doors: Old and New
(25/02/2010)
Always turn ‘Round
(23/02/2010)
Dancers
(21/02/2010)
Just a Gentle Wipe
(19/02/2010)
The Landscape and The Light: leeming + paterson
(18/02/2010)
Unchain my Bike
(17/02/2010)
Les Arbres Verts
(16/02/2010)
Le Noir et Le Blanc
(15/02/2010)
Good Times Gone
(14/02/2010)
Mistletoe, forlorn
(13/02/2010)
Children’s Carneval
(11/02/2010)
Next Stop: Agora
(10/02/2010)
Salzburg Take Two
(08/02/2010)
Looking for Grumpy Old Men
(06/02/2010)
Fantasy Forest Trees
(06/02/2010)
Frozen Swimming Lake
(04/02/2010)
Visual LSD
(03/02/2010)
Playful in the Snow
(01/02/2010)
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, }); });