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: Shop window
Soaring Slicer
(15/02/2019)
Bonsai Christmas
(09/12/2018)
This Lady is Gaga
(12/12/2017)
Barber Pole
(23/02/2017)
Night Life
(20/02/2017)
Time to PLAY marbles
(03/10/2016)
Les Tissus Colbert
(20/07/2016)
Murano Glass
(03/05/2016)
Ghost Ballet
(22/04/2016)
FASHION FOR EN
(15/04/2016)
Stripes
(08/04/2016)
The NRA’s wet Dream
(04/04/2016)
Salon Rouge
(03/04/2016)
April Wallpaper – Boys Toy
(30/03/2016)
Reflected Reality
(14/12/2015)
Pose of Interest
(11/10/2015)
Outside Within
(02/10/2015)
Behind
(17/09/2015)
TONIClift
(21/06/2015)
Feeding my Addiction
(04/06/2015)
flavio castellani
(10/05/2015)
ERACLEA
(01/05/2015)
laRinascente
(10/04/2015)
St. Stephanus 2015
(25/03/2015)
City Sirens
(11/03/2015)
The Vase
(23/01/2015)
On Display
(02/12/2014)
ACTIV ‘ART
(18/11/2014)
Creative Knitting – nsfw
(24/08/2014)
L’ Espace Océanie / Asie
(28/07/2014)
Posts navigation
Page
1
Page
2
…
Page
4
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, }); });