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 2018
Steps toward Justice
(30/03/2018)
Friedrichshain Calligraphy
(30/03/2018)
Benchmarks
(28/03/2018)
Black Fence, Red Lights
(27/03/2018)
Sleeping Beauty II
(26/03/2018)
Sleeping Beauty
(25/03/2018)
Door and Bikes
(24/03/2018)
When it was cold
(24/03/2018)
Parking, Weeds, Graffiti
(22/03/2018)
Fine Art with Fine Art
(20/03/2018)
City Museum
(19/03/2018)
CRISP ACAB
(18/03/2018)
City Garage
(17/03/2018)
Backyard Dreams
(15/03/2018)
Decoration Bags
(14/03/2018)
Outside – Inside
(13/03/2018)
Tree on Fence
(13/03/2018)
See Through
(10/03/2018)
Ice Rescue Gear
(07/03/2018)
Bike on the Prowl II
(07/03/2018)
Bike on the Prowl
(06/03/2018)
Fairytales on the Wall
(05/03/2018)
Kentaur and Hermes
(04/03/2018)
Frozen Waterfall
(04/03/2018)
Frozen Tracks
(02/03/2018)
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, }); });