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: July 2011
August Wallpaper
(31/07/2011)
Express Train Passing
(30/07/2011)
Wires, Moon
(29/07/2011)
Rain In The Hill Country
(28/07/2011)
Late Summer’s Early Morning
(27/07/2011)
Fashy Legs
(27/07/2011)
Folk Music Session
(25/07/2011)
The Tragedy Of Norway
(24/07/2011)
Well Used Door
(23/07/2011)
Unused Door
(22/07/2011)
Arabesques
(20/07/2011)
Ami
(19/07/2011)
Whirlpool
(18/07/2011)
O’Neill
(17/07/2011)
For All Kinds Of Emergencies
(14/07/2011)
Driveway Fence
(13/07/2011)
Fenced-In Stairs
(12/07/2011)
Garage Door
(11/07/2011)
Caged Campers
(10/07/2011)
Stormy Weather
(09/07/2011)
Hydrangeas, Hotel
(08/07/2011)
Waiting For The Dinnerware
(07/07/2011)
Screw
(07/07/2011)
Circles Galore
(06/07/2011)
Cool Seating
(05/07/2011)
Pot Flowers
(05/07/2011)
Broken Lampshade
(05/07/2011)
Strict Geometry
(04/07/2011)
Dior
(03/07/2011)
Green Gates
(03/07/2011)
Posts navigation
Page
1
Page
2
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, }); });