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:
plant
Wooly Spadices
(13/02/2021)
Lycopus-Tango and Bystander
(09/10/2020)
Saline Wall
(07/10/2020)
Reed in the Wind
(22/07/2020)
Megaphorb Residues
(26/04/2020)
Not Showing Face
(10/02/2014)
Green Snowball In Winter
(08/02/2014)
Hysteria Lane
(10/12/2013)
Urban Green
(13/06/2013)
Good Bye Domboshava
(27/05/2013)
Algae
(20/10/2012)
Urban Opuntia
(17/03/2012)
Traces, Ivy Or Wine
(12/02/2012)
Whirlpool
(18/07/2011)
Shadows Of Life
(02/07/2011)
Green Backyard
(11/05/2011)
Too Late
(09/05/2011)
Easter Decoration
(24/04/2011)
City Tree, Office Variety
(12/04/2011)
Planting Season
(23/10/2010)
Barn Door Shadows
(08/10/2010)
Keys and Ivy
(04/10/2010)
Door, Wicket, Window
(03/10/2010)
Potential for Growth
(18/09/2010)
Beach Flora II
(04/09/2010)
Organic Growth
(14/08/2010)
Front Yard Guard
(27/05/2010)
Cornered Thuja
(30/04/2010)
Tree House – House Tree
(07/04/2010)
Dancers
(21/02/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, }); });