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
Tag:
art
Approaching Olympia Triumphans
(08/03/2019)
Posture I
(07/03/2019)
Radiator in Ruins
(02/04/2018)
Socialist Dynamics
(13/10/2017)
(Not only Google) Street Ghosts
(17/07/2017)
Plein Air Art
(03/07/2017)
The Master Forcole Maker
(12/02/2017)
Under Pressure
(10/02/2017)
Material World
(07/02/2017)
The Origin of Life
(04/02/2017)
Art that hurts
(02/02/2017)
Nine Incantations
(29/01/2017)
Loudmouth of the Past
(26/01/2017)
Into the new world
(24/01/2017)
Observation Patterns
(18/01/2017)
Cortex à la Rydingsvard
(14/01/2017)
Filling the room
(12/01/2017)
Sickles
(09/01/2017)
Broken Windows
(07/01/2017)
Eden à la Swatch
(30/12/2016)
Pillars of the Concept
(22/12/2016)
The Bottom of Art
(17/12/2016)
The Zimbabwe Connection
(15/12/2016)
Modern Columns
(05/12/2016)
Self
(02/12/2016)
Fences Walkthrough
(30/11/2016)
WHO IS BUILDING GUGGENHEIM ABU DHABI
(28/11/2016)
Pic-in-pic
(20/11/2016)
Inside – Outside
(17/11/2016)
Passing Gursky
(12/11/2016)
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, }); });