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:
June 2010
The Night Café
(30/06/2010)
Carl Lutz Memorial, Budapest
(29/06/2010)
Soproni Ad, Postboxes
(27/06/2010)
The Pomp is in The Title
(26/06/2010)
Another Iceland: 113 Reykjavik
(25/06/2010)
Mikroszkóp Színpad
(25/06/2010)
Secessionist Lanterns, Gellert Bath
(25/06/2010)
Noir et l’Or, Aromcaffè
(24/06/2010)
There’s a Whisper
(24/06/2010)
Pomp: Gellert Thermal Bath, Budapest
(23/06/2010)
Picasso Reference, Budapest
(22/06/2010)
Fighting Dragons or Liberty, Kind Of
(21/06/2010)
Missing Building, Budapest
(21/06/2010)
Clouded Goodbye to Krk
(19/06/2010)
Street Cafe, Krk
(18/06/2010)
Blog: Running WP 3.0 now, and a Caveat
(18/06/2010)
Kid Color Slides, Krk
(17/06/2010)
Krk Fire Plugs
(16/06/2010)
The More the Merrier: Fenders
(15/06/2010)
No Slam Dunks in Glavotok any more
(14/06/2010)
Eggleston’s Trike in Krk
(13/06/2010)
New Gallery: Blue Ship Details
(12/06/2010)
More Krk Shadows
(11/06/2010)
Krk Shadows and Their Chimneys
(10/06/2010)
Late: June Wallpapers
(09/06/2010)
Finish of a Fantastic Meal
(08/06/2010)
Under the Umbrella of…
(08/06/2010)
Playful: Circles in the Sun
(05/06/2010)
Krk Brass Band
(04/06/2010)
Sveti (Saint) A.C., Lutrija, Ljekarna
(03/06/2010)
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, }); });