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:
March 2014
Layers Of Paint
(31/03/2014)
Egghead
(29/03/2014)
Why I dislike Microsoft
(27/03/2014)
Wall Tags
(26/03/2014)
Waxing etc.
(25/03/2014)
Later, When I’m Grown
(23/03/2014)
Not Gold
(22/03/2014)
Stainless
(21/03/2014)
Lee, Lost
(20/03/2014)
Wallfish
(19/03/2014)
Cool In The Urban Jungle
(17/03/2014)
On The Fast Lane
(15/03/2014)
Shadowplay
(14/03/2014)
Equilibre
(13/03/2014)
Dream Of Trees
(12/03/2014)
Quiet Moment
(11/03/2014)
Playing Bass
(10/03/2014)
Boulangerie – Bakery – Bakkerij
(09/03/2014)
Not From A Milka Cow
(08/03/2014)
The Last Guest
(07/03/2014)
Being Obese Is Political
(06/03/2014)
I Am Raising No Objections Here
(05/03/2014)
March Wallpapers
(04/03/2014)
La Cure Gourmande
(03/03/2014)
Urban Illusionism
(02/03/2014)
Wall Under Attack
(01/03/2014)
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, }); });