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
Category:
LX3
City Trees X
(09/01/2012)
End Of Season
(08/01/2012)
The Essence Of Holiday Season
(07/01/2012)
January Wallpapers
(01/01/2012)
Happy New Year To All!
(31/12/2011)
Trophy
(30/12/2011)
Attractivity, Fake
(27/12/2011)
City Bikers
(22/12/2011)
Murano Glas
(21/12/2011)
Finally: Snow
(20/12/2011)
City Friseur
(16/11/2011)
Storm Clouds Over A Neat City
(11/11/2011)
Shadow On The Wall
(28/09/2011)
Urban Trees Again
(26/09/2011)
Wood Markings
(26/09/2011)
Summer Reminiscence
(19/09/2011)
Late Night Encounter
(09/09/2011)
Railroad Lanterns
(18/08/2011)
Tenement Block And Moon
(16/08/2011)
Two Windows
(15/08/2011)
Fredys Kampfsportshule – Fredy’s Martial Art Shool
(15/08/2011)
Just Jesus
(14/08/2011)
Hommage To Minor White
(07/08/2011)
Rain In The Hill Country
(28/07/2011)
Late Summer’s Early Morning
(27/07/2011)
O’Neill
(17/07/2011)
Caged Campers
(10/07/2011)
Old Arc, New Window
(28/06/2011)
Postures
(23/06/2011)
Nothing Much Has Changed
(14/06/2011)
Posts navigation
Page
1
Page
2
Page
3
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, }); });