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: April 2013
May Wallpapers – Post No. 2000
(30/04/2013)
Sitting
(29/04/2013)
Shifting Grounds
(28/04/2013)
Box Models
(27/04/2013)
Intelligence / Improvisation
(26/04/2013)
Miyato Jima
(25/04/2013)
Cleaning Up The Leftovers
(23/04/2013)
Amplification
(22/04/2013)
Scott Hocking
(22/04/2013)
Models
(20/04/2013)
Kosovan
(20/04/2013)
Neon
(19/04/2013)
Illusion Room II
(18/04/2013)
Overcomers
(18/04/2013)
Illusion Room
(17/04/2013)
Viceroy
(17/04/2013)
Roofwards
(16/04/2013)
Flowing Forms
(16/04/2013)
Smartphonography
(15/04/2013)
Little Boxes
(14/04/2013)
A Gaze With A Purpose
(14/04/2013)
Keiskamma Guernica
(13/04/2013)
Looking Further
(12/04/2013)
Gold And Marble
(10/04/2013)
Playing With Space
(09/04/2013)
Schwechat Ruler
(08/04/2013)
Light Scribe
(07/04/2013)
Bald Trees
(07/04/2013)
Justinian’s Heritage
(07/04/2013)
Exhibition Opening
(05/04/2013)
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, }); });