{"id":39,"date":"2014-06-27T12:14:06","date_gmt":"2014-06-27T12:14:06","guid":{"rendered":"http:\/\/topdevs.net\/smart-grid-gallery\/?page_id=39"},"modified":"2017-09-18T05:37:48","modified_gmt":"2017-09-18T05:37:48","slug":"wordpress-gallery-hover-effects","status":"publish","type":"page","link":"http:\/\/topdevs.net\/smart-grid-gallery\/wordpress-gallery-hover-effects\/","title":{"rendered":"WordPress Gallery Hover Effects"},"content":{"rendered":"<h2>Hover Images To See CSS3 Animation Effects\u00a0In Action<\/h2>\n<div class=\"column-grid column-grid-12\"><div class=\"column column-span-6 column-push-0 column-first\"><h2>Style 1 <small>Fade<\/small><\/h2>\n<div id=\"justified_gallery_ck1VhJ\" class=\"sgg-style-1 \"><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_lednice-castle.jpg\" data-size=\"1388x1600\" data-caption=\"Castle\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_lednice-castle-260x300.jpg\" data-caption=\"Castle\" alt=\"Castle\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_Bench-Under-Tree.jpg\" data-size=\"1920x1280\" data-caption=\"Under the tree\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_Bench-Under-Tree-300x200.jpg\" data-caption=\"Under the tree\" alt=\"Under the tree\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_DSC_3334.jpg\" data-size=\"1920x1277\" data-caption=\"In the mountains\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_DSC_3334-300x200.jpg\" data-caption=\"In the mountains\" alt=\"In the mountains\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad2.jpg\" data-size=\"1920x1440\" data-caption=\"Windmill\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad2-300x225.jpg\" data-caption=\"Windmill\" alt=\"Windmill\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad1.jpg\" data-size=\"1920x1440\" data-caption=\"On the road\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad1-300x225.jpg\" data-caption=\"On the road\" alt=\"On the road\"\/><\/a><a class=\"sgg-lightbox-item mfp-iframe\" data-type=\"video\" href=\"https:\/\/www.youtube.com\/watch?v=FNJ09RwY6k8\" data-caption=\"Sea\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/tumblr_n396iwHV9n1slhhf0o1_1280-225x300.jpg\" data-caption=\"Sea\" alt=\"Sea\"\/><\/a><\/div>\n<div id=\"load_more_holder_ck1VhJ\" style=\"display:none\"><\/div>\n\t\t\t<script type=\"text\/javascript\">\n\t\t\t\t(function($){\n\t\t\t\t\t$(\"#justified_gallery_ck1VhJ\").justifiedGallery({\n\t\t\t\t\t\tsizeRangeSuffixes : {'lt100': '', 'lt240': '', 'lt320': '', 'lt500': '', 'lt640': '', 'lt1024': ''},rowHeight: 130,\r\nmobileRowHeight: 200,\r\nmargins: 5,\r\nlastRow: \"nojustify\",\r\nfixedHeight: false,\r\ncaptions: true,\r\ncaptionsColor: \"#000000\",\r\ncaptionsOpacity: 0.7,\r\nrandomize: false,\r\nmaxRowHeight: 0,\r\nrel: \"ck1VhJ\",\r\ntarget: null,\r\nrefreshTime: 250,\r\ncssAnimation: true,\r\ncaptionsAnimationDuration: 500,\r\nimagesAnimationDuration: 300,\r\ncaptionsVisibleOpacity: 0.7,\r\nclass: \"\",\r\n\t\t\t\t\t})\n\t\t\t\t\t.on('jg.complete', function(){\n\t\t\t\t\t\t$(document).ready(function(){\n\t\t\t\t\t\t\tvar pswp_ck1VhJ = SGGinitPhotoSwipeFromDOM('#justified_gallery_ck1VhJ',{title: true,\r\nshare: true,\r\nhistory: false,\r\n uid: 'ck1VhJ' })})\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar galleries = [];\n\t\t\t\tvar gallery = $(\"#justified_gallery_ck1VhJ\");\n\t\t\t\t$(window).scroll(function() {\n\t\t\t\t\tif ( galleries.length >= 1  ) {\n\t\t\t\t\t\tvar scroll_top = $(window).scrollTop();\n\t\t\t\t\t\tvar scroll_bottom = scroll_top + $(window).height();\n\t\t\t\t\t\tvar gallery_top = $(gallery).offset().top;\n\t\t\t\t\t\tvar gallery_height = $(gallery).innerHeight();\n\t\t\t\t\t\tvar gallery_bottom = gallery_top + gallery_height;\n\t\t\t\t\t\tif( scroll_bottom >= gallery_bottom ) {\n\t\t\t\t\t\t\tvar images = galleries.splice(0,1);\n\t\t\t\t\t\t\tvar image_html = $(\"#load_more_holder_ck1VhJ\").html(images).text();\n\t\t\t\t\t\t\t$(gallery).append(image_html);\n\t\t\t\t\t\t\t$(gallery).justifiedGallery('norewind');\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t});\t\t\t\t})(jQuery);\n\t\t\t<\/script>\n\t\t\t\t\t\t<style>\n\t            #justified_gallery_ck1VhJ .sgg-caption {\n\t\t\t\t\tbackground: rgb(0,0,0);\n\t\t\t\t\tbackground: rgba(0,0,0,0.7);\n\t\t\t\t\tcolor: #ffffff;\n\t\t\t\t\tfont-size: 1em;\n\t\t\t\t\tfont-weight: 400;\n\t\t\t\t\tfont-family: Helvetica, Arial, sans-serif;\n\t\t\t\t}\n\t\t\t\t#load_more_ck1VhJ {\n\t\t\t\t    background: #444444;\n\t\t\t\t    color: #ffffff;\n\t\t\t\t}\n\t\t\t<\/style>\n        \t\n<\/div> <div class=\"column column-span-6 column-push-0 column-last\"><\/p>\n<h2>Style 3 <small>Slide Up<\/small><\/h2>\n<div id=\"justified_gallery_KEPs5q\" class=\"sgg-style-3 \"><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_lednice-castle.jpg\" data-size=\"1388x1600\" data-caption=\"Castle\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_lednice-castle-260x300.jpg\" data-caption=\"Castle\" alt=\"Castle\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_Bench-Under-Tree.jpg\" data-size=\"1920x1280\" data-caption=\"Under the tree\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_Bench-Under-Tree-300x200.jpg\" data-caption=\"Under the tree\" alt=\"Under the tree\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_DSC_3334.jpg\" data-size=\"1920x1277\" data-caption=\"In the mountains\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_DSC_3334-300x200.jpg\" data-caption=\"In the mountains\" alt=\"In the mountains\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad2.jpg\" data-size=\"1920x1440\" data-caption=\"Windmill\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad2-300x225.jpg\" data-caption=\"Windmill\" alt=\"Windmill\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad1.jpg\" data-size=\"1920x1440\" data-caption=\"On the road\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad1-300x225.jpg\" data-caption=\"On the road\" alt=\"On the road\"\/><\/a><a class=\"sgg-lightbox-item mfp-iframe\" data-type=\"video\" href=\"https:\/\/www.youtube.com\/watch?v=FNJ09RwY6k8\" data-caption=\"Sea\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/tumblr_n396iwHV9n1slhhf0o1_1280-225x300.jpg\" data-caption=\"Sea\" alt=\"Sea\"\/><\/a><\/div>\n<div id=\"load_more_holder_KEPs5q\" style=\"display:none\"><\/div>\n\t\t\t<script type=\"text\/javascript\">\n\t\t\t\t(function($){\n\t\t\t\t\t$(\"#justified_gallery_KEPs5q\").justifiedGallery({\n\t\t\t\t\t\tsizeRangeSuffixes : {'lt100': '', 'lt240': '', 'lt320': '', 'lt500': '', 'lt640': '', 'lt1024': ''},rowHeight: 130,\r\nmobileRowHeight: 200,\r\nmargins: 5,\r\nlastRow: \"nojustify\",\r\nfixedHeight: false,\r\ncaptions: true,\r\ncaptionsColor: \"#000000\",\r\ncaptionsOpacity: 0.7,\r\nrandomize: false,\r\nmaxRowHeight: 0,\r\nrel: \"KEPs5q\",\r\ntarget: null,\r\nrefreshTime: 250,\r\ncssAnimation: true,\r\ncaptionsAnimationDuration: 500,\r\nimagesAnimationDuration: 300,\r\ncaptionsVisibleOpacity: 0.7,\r\nclass: \"\",\r\n\t\t\t\t\t})\n\t\t\t\t\t.on('jg.complete', function(){\n\t\t\t\t\t\t$(document).ready(function(){\n\t\t\t\t\t\t\tvar pswp_KEPs5q = SGGinitPhotoSwipeFromDOM('#justified_gallery_KEPs5q',{title: true,\r\nshare: true,\r\nhistory: false,\r\n uid: 'KEPs5q' })})\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar galleries = [];\n\t\t\t\tvar gallery = $(\"#justified_gallery_KEPs5q\");\n\t\t\t\t$(window).scroll(function() {\n\t\t\t\t\tif ( galleries.length >= 1  ) {\n\t\t\t\t\t\tvar scroll_top = $(window).scrollTop();\n\t\t\t\t\t\tvar scroll_bottom = scroll_top + $(window).height();\n\t\t\t\t\t\tvar gallery_top = $(gallery).offset().top;\n\t\t\t\t\t\tvar gallery_height = $(gallery).innerHeight();\n\t\t\t\t\t\tvar gallery_bottom = gallery_top + gallery_height;\n\t\t\t\t\t\tif( scroll_bottom >= gallery_bottom ) {\n\t\t\t\t\t\t\tvar images = galleries.splice(0,1);\n\t\t\t\t\t\t\tvar image_html = $(\"#load_more_holder_KEPs5q\").html(images).text();\n\t\t\t\t\t\t\t$(gallery).append(image_html);\n\t\t\t\t\t\t\t$(gallery).justifiedGallery('norewind');\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t});\t\t\t\t})(jQuery);\n\t\t\t<\/script>\n\t\t\t\t\t\t<style>\n\t            #justified_gallery_KEPs5q .sgg-caption {\n\t\t\t\t\tbackground: rgb(0,0,0);\n\t\t\t\t\tbackground: rgba(0,0,0,0.7);\n\t\t\t\t\tcolor: #ffffff;\n\t\t\t\t\tfont-size: 1em;\n\t\t\t\t\tfont-weight: 400;\n\t\t\t\t\tfont-family: Helvetica, Arial, sans-serif;\n\t\t\t\t}\n\t\t\t\t#load_more_KEPs5q {\n\t\t\t\t    background: #444444;\n\t\t\t\t    color: #ffffff;\n\t\t\t\t}\n\t\t\t<\/style>\n        \t\n<\/div><\/div><\/p>\n<p>&nbsp;<\/p>\n<div class=\"column-grid column-grid-12\"><div class=\"column column-span-12 column-push-0 column-first column-last\"><\/p>\n<h2>Style 2 <small>Fade &amp; Image Zoom<\/small><\/h2>\n<div id=\"justified_gallery_7Ka4Na\" class=\"sgg-style-2 \"><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_lednice-castle.jpg\" data-size=\"1388x1600\" data-caption=\"Castle\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_lednice-castle-364x420.jpg\" data-caption=\"Castle\" alt=\"Castle\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_Bench-Under-Tree.jpg\" data-size=\"1920x1280\" data-caption=\"Under the tree\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_Bench-Under-Tree-540x360.jpg\" data-caption=\"Under the tree\" alt=\"Under the tree\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_DSC_3334.jpg\" data-size=\"1920x1277\" data-caption=\"In the mountains\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_DSC_3334-540x359.jpg\" data-caption=\"In the mountains\" alt=\"In the mountains\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad2.jpg\" data-size=\"1920x1440\" data-caption=\"Windmill\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad2-540x405.jpg\" data-caption=\"Windmill\" alt=\"Windmill\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad1.jpg\" data-size=\"1920x1440\" data-caption=\"On the road\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad1-540x405.jpg\" data-caption=\"On the road\" alt=\"On the road\"\/><\/a><a class=\"sgg-lightbox-item mfp-iframe\" data-type=\"video\" href=\"https:\/\/www.youtube.com\/watch?v=FNJ09RwY6k8\" data-caption=\"Sea\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/tumblr_n396iwHV9n1slhhf0o1_1280-315x420.jpg\" data-caption=\"Sea\" alt=\"Sea\"\/><\/a><\/div>\n<div id=\"load_more_holder_7Ka4Na\" style=\"display:none\"><\/div>\n\t\t\t<script type=\"text\/javascript\">\n\t\t\t\t(function($){\n\t\t\t\t\t$(\"#justified_gallery_7Ka4Na\").justifiedGallery({\n\t\t\t\t\t\tsizeRangeSuffixes : {'lt100': '', 'lt240': '', 'lt320': '', 'lt500': '', 'lt640': '', 'lt1024': ''},rowHeight: 250,\r\nmobileRowHeight: 200,\r\nmargins: 10,\r\nlastRow: \"nojustify\",\r\nfixedHeight: false,\r\ncaptions: true,\r\ncaptionsColor: \"#000000\",\r\ncaptionsOpacity: 0.7,\r\nrandomize: false,\r\nmaxRowHeight: 0,\r\nrel: \"7Ka4Na\",\r\ntarget: null,\r\nrefreshTime: 250,\r\ncssAnimation: true,\r\ncaptionsAnimationDuration: 500,\r\nimagesAnimationDuration: 300,\r\ncaptionsVisibleOpacity: 0.7,\r\nclass: \"\",\r\n\t\t\t\t\t})\n\t\t\t\t\t.on('jg.complete', function(){\n\t\t\t\t\t\t$(document).ready(function(){\n\t\t\t\t\t\t\tvar pswp_7Ka4Na = SGGinitPhotoSwipeFromDOM('#justified_gallery_7Ka4Na',{title: true,\r\nshare: true,\r\nhistory: false,\r\n uid: '7Ka4Na' })})\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar galleries = [];\n\t\t\t\tvar gallery = $(\"#justified_gallery_7Ka4Na\");\n\t\t\t\t$(window).scroll(function() {\n\t\t\t\t\tif ( galleries.length >= 1  ) {\n\t\t\t\t\t\tvar scroll_top = $(window).scrollTop();\n\t\t\t\t\t\tvar scroll_bottom = scroll_top + $(window).height();\n\t\t\t\t\t\tvar gallery_top = $(gallery).offset().top;\n\t\t\t\t\t\tvar gallery_height = $(gallery).innerHeight();\n\t\t\t\t\t\tvar gallery_bottom = gallery_top + gallery_height;\n\t\t\t\t\t\tif( scroll_bottom >= gallery_bottom ) {\n\t\t\t\t\t\t\tvar images = galleries.splice(0,1);\n\t\t\t\t\t\t\tvar image_html = $(\"#load_more_holder_7Ka4Na\").html(images).text();\n\t\t\t\t\t\t\t$(gallery).append(image_html);\n\t\t\t\t\t\t\t$(gallery).justifiedGallery('norewind');\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t});\t\t\t\t})(jQuery);\n\t\t\t<\/script>\n\t\t\t\t\t\t<style>\n\t            #justified_gallery_7Ka4Na .sgg-caption {\n\t\t\t\t\tbackground: rgb(0,0,0);\n\t\t\t\t\tbackground: rgba(0,0,0,0.7);\n\t\t\t\t\tcolor: #ffffff;\n\t\t\t\t\tfont-size: 2em;\n\t\t\t\t\tfont-weight: 800;\n\t\t\t\t\tfont-family: Helvetica, Arial, sans-serif;\n\t\t\t\t}\n\t\t\t\t#load_more_7Ka4Na {\n\t\t\t\t    background: #444444;\n\t\t\t\t    color: #ffffff;\n\t\t\t\t}\n\t\t\t<\/style>\n        \t\n<\/div><\/div>\n<p>&nbsp;<\/p>\n<p style=\"text-align: center;\"><a class=\"button buy-it\" title=\"\" href=\"http:\/\/codecanyon.net\/item\/smart-grid-gallery\/8365014?ref=topdevs\"><i class=\"icon-shopping-cart icon-large\"><\/i> Buy Smart Grid Gallery &#8211; $19<\/a><\/p>\n<p>&nbsp;<\/p>\n<div class=\"column-grid column-grid-12\"><div class=\"column column-span-6 column-push-0 column-first\"><\/p>\n<h2>Style 4 <small>Slide Up Full<\/small><\/h2>\n<div id=\"justified_gallery_08z52b\" class=\"sgg-style-4 \"><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_lednice-castle.jpg\" data-size=\"1388x1600\" data-caption=\"Castle\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_lednice-castle-260x300.jpg\" data-caption=\"Castle\" alt=\"Castle\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_Bench-Under-Tree.jpg\" data-size=\"1920x1280\" data-caption=\"Under the tree\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_Bench-Under-Tree-300x200.jpg\" data-caption=\"Under the tree\" alt=\"Under the tree\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_DSC_3334.jpg\" data-size=\"1920x1277\" data-caption=\"In the mountains\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_DSC_3334-300x200.jpg\" data-caption=\"In the mountains\" alt=\"In the mountains\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad2.jpg\" data-size=\"1920x1440\" data-caption=\"Windmill\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad2-300x225.jpg\" data-caption=\"Windmill\" alt=\"Windmill\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad1.jpg\" data-size=\"1920x1440\" data-caption=\"On the road\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad1-300x225.jpg\" data-caption=\"On the road\" alt=\"On the road\"\/><\/a><a class=\"sgg-lightbox-item mfp-iframe\" data-type=\"video\" href=\"https:\/\/www.youtube.com\/watch?v=FNJ09RwY6k8\" data-caption=\"Sea\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/tumblr_n396iwHV9n1slhhf0o1_1280-225x300.jpg\" data-caption=\"Sea\" alt=\"Sea\"\/><\/a><\/div>\n<div id=\"load_more_holder_08z52b\" style=\"display:none\"><\/div>\n\t\t\t<script type=\"text\/javascript\">\n\t\t\t\t(function($){\n\t\t\t\t\t$(\"#justified_gallery_08z52b\").justifiedGallery({\n\t\t\t\t\t\tsizeRangeSuffixes : {'lt100': '', 'lt240': '', 'lt320': '', 'lt500': '', 'lt640': '', 'lt1024': ''},rowHeight: 130,\r\nmobileRowHeight: 200,\r\nmargins: 5,\r\nlastRow: \"nojustify\",\r\nfixedHeight: false,\r\ncaptions: true,\r\ncaptionsColor: \"#000000\",\r\ncaptionsOpacity: 0.7,\r\nrandomize: false,\r\nmaxRowHeight: 0,\r\nrel: \"08z52b\",\r\ntarget: null,\r\nrefreshTime: 250,\r\ncssAnimation: true,\r\ncaptionsAnimationDuration: 500,\r\nimagesAnimationDuration: 300,\r\ncaptionsVisibleOpacity: 0.7,\r\nclass: \"\",\r\n\t\t\t\t\t})\n\t\t\t\t\t.on('jg.complete', function(){\n\t\t\t\t\t\t$(document).ready(function(){\n\t\t\t\t\t\t\tvar pswp_08z52b = SGGinitPhotoSwipeFromDOM('#justified_gallery_08z52b',{title: true,\r\nshare: true,\r\nhistory: false,\r\n uid: '08z52b' })})\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar galleries = [];\n\t\t\t\tvar gallery = $(\"#justified_gallery_08z52b\");\n\t\t\t\t$(window).scroll(function() {\n\t\t\t\t\tif ( galleries.length >= 1  ) {\n\t\t\t\t\t\tvar scroll_top = $(window).scrollTop();\n\t\t\t\t\t\tvar scroll_bottom = scroll_top + $(window).height();\n\t\t\t\t\t\tvar gallery_top = $(gallery).offset().top;\n\t\t\t\t\t\tvar gallery_height = $(gallery).innerHeight();\n\t\t\t\t\t\tvar gallery_bottom = gallery_top + gallery_height;\n\t\t\t\t\t\tif( scroll_bottom >= gallery_bottom ) {\n\t\t\t\t\t\t\tvar images = galleries.splice(0,1);\n\t\t\t\t\t\t\tvar image_html = $(\"#load_more_holder_08z52b\").html(images).text();\n\t\t\t\t\t\t\t$(gallery).append(image_html);\n\t\t\t\t\t\t\t$(gallery).justifiedGallery('norewind');\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t});\t\t\t\t})(jQuery);\n\t\t\t<\/script>\n\t\t\t\t\t\t<style>\n\t            #justified_gallery_08z52b .sgg-caption {\n\t\t\t\t\tbackground: rgb(0,0,0);\n\t\t\t\t\tbackground: rgba(0,0,0,0.7);\n\t\t\t\t\tcolor: #ffffff;\n\t\t\t\t\tfont-size: 1em;\n\t\t\t\t\tfont-weight: 400;\n\t\t\t\t\tfont-family: Helvetica, Arial, sans-serif;\n\t\t\t\t}\n\t\t\t\t#load_more_08z52b {\n\t\t\t\t    background: #444444;\n\t\t\t\t    color: #ffffff;\n\t\t\t\t}\n\t\t\t<\/style>\n        \t\n<\/div>\n<div class=\"column column-span-6 column-push-0 column-last\"><\/p>\n<h2>Style 5 <small>Slide Down Full<\/small><\/h2>\n<div id=\"justified_gallery_6M3k37\" class=\"sgg-style-5 \"><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_lednice-castle.jpg\" data-size=\"1388x1600\" data-caption=\"Castle\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_lednice-castle-260x300.jpg\" data-caption=\"Castle\" alt=\"Castle\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_Bench-Under-Tree.jpg\" data-size=\"1920x1280\" data-caption=\"Under the tree\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_Bench-Under-Tree-300x200.jpg\" data-caption=\"Under the tree\" alt=\"Under the tree\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_DSC_3334.jpg\" data-size=\"1920x1277\" data-caption=\"In the mountains\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_DSC_3334-300x200.jpg\" data-caption=\"In the mountains\" alt=\"In the mountains\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad2.jpg\" data-size=\"1920x1440\" data-caption=\"Windmill\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad2-300x225.jpg\" data-caption=\"Windmill\" alt=\"Windmill\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad1.jpg\" data-size=\"1920x1440\" data-caption=\"On the road\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad1-300x225.jpg\" data-caption=\"On the road\" alt=\"On the road\"\/><\/a><a class=\"sgg-lightbox-item mfp-iframe\" data-type=\"video\" href=\"https:\/\/www.youtube.com\/watch?v=FNJ09RwY6k8\" data-caption=\"Sea\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/tumblr_n396iwHV9n1slhhf0o1_1280-225x300.jpg\" data-caption=\"Sea\" alt=\"Sea\"\/><\/a><\/div>\n<div id=\"load_more_holder_6M3k37\" style=\"display:none\"><\/div>\n\t\t\t<script type=\"text\/javascript\">\n\t\t\t\t(function($){\n\t\t\t\t\t$(\"#justified_gallery_6M3k37\").justifiedGallery({\n\t\t\t\t\t\tsizeRangeSuffixes : {'lt100': '', 'lt240': '', 'lt320': '', 'lt500': '', 'lt640': '', 'lt1024': ''},rowHeight: 130,\r\nmobileRowHeight: 200,\r\nmargins: 5,\r\nlastRow: \"nojustify\",\r\nfixedHeight: false,\r\ncaptions: true,\r\ncaptionsColor: \"#000000\",\r\ncaptionsOpacity: 0.7,\r\nrandomize: false,\r\nmaxRowHeight: 0,\r\nrel: \"6M3k37\",\r\ntarget: null,\r\nrefreshTime: 250,\r\ncssAnimation: true,\r\ncaptionsAnimationDuration: 500,\r\nimagesAnimationDuration: 300,\r\ncaptionsVisibleOpacity: 0.7,\r\nclass: \"\",\r\n\t\t\t\t\t})\n\t\t\t\t\t.on('jg.complete', function(){\n\t\t\t\t\t\t$(document).ready(function(){\n\t\t\t\t\t\t\tvar pswp_6M3k37 = SGGinitPhotoSwipeFromDOM('#justified_gallery_6M3k37',{title: true,\r\nshare: true,\r\nhistory: false,\r\n uid: '6M3k37' })})\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar galleries = [];\n\t\t\t\tvar gallery = $(\"#justified_gallery_6M3k37\");\n\t\t\t\t$(window).scroll(function() {\n\t\t\t\t\tif ( galleries.length >= 1  ) {\n\t\t\t\t\t\tvar scroll_top = $(window).scrollTop();\n\t\t\t\t\t\tvar scroll_bottom = scroll_top + $(window).height();\n\t\t\t\t\t\tvar gallery_top = $(gallery).offset().top;\n\t\t\t\t\t\tvar gallery_height = $(gallery).innerHeight();\n\t\t\t\t\t\tvar gallery_bottom = gallery_top + gallery_height;\n\t\t\t\t\t\tif( scroll_bottom >= gallery_bottom ) {\n\t\t\t\t\t\t\tvar images = galleries.splice(0,1);\n\t\t\t\t\t\t\tvar image_html = $(\"#load_more_holder_6M3k37\").html(images).text();\n\t\t\t\t\t\t\t$(gallery).append(image_html);\n\t\t\t\t\t\t\t$(gallery).justifiedGallery('norewind');\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t});\t\t\t\t})(jQuery);\n\t\t\t<\/script>\n\t\t\t\t\t\t<style>\n\t            #justified_gallery_6M3k37 .sgg-caption {\n\t\t\t\t\tbackground: rgb(0,0,0);\n\t\t\t\t\tbackground: rgba(0,0,0,0.7);\n\t\t\t\t\tcolor: #ffffff;\n\t\t\t\t\tfont-size: 1em;\n\t\t\t\t\tfont-weight: 400;\n\t\t\t\t\tfont-family: Helvetica, Arial, sans-serif;\n\t\t\t\t}\n\t\t\t\t#load_more_6M3k37 {\n\t\t\t\t    background: #444444;\n\t\t\t\t    color: #ffffff;\n\t\t\t\t}\n\t\t\t<\/style>\n        \t\n<\/div><\/div>\n<p>&nbsp;<\/p>\n<div class=\"column-grid column-grid-12\"><div class=\"column column-span-6 column-push-0 column-first\"><h2>Style 6 <small>Slide Right Full<\/small><\/h2>\n<div id=\"justified_gallery_jccOxo\" class=\"sgg-style-6 \"><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_lednice-castle.jpg\" data-size=\"1388x1600\" data-caption=\"Castle\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_lednice-castle-260x300.jpg\" data-caption=\"Castle\" alt=\"Castle\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_Bench-Under-Tree.jpg\" data-size=\"1920x1280\" data-caption=\"Under the tree\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_Bench-Under-Tree-300x200.jpg\" data-caption=\"Under the tree\" alt=\"Under the tree\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_DSC_3334.jpg\" data-size=\"1920x1277\" data-caption=\"In the mountains\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_DSC_3334-300x200.jpg\" data-caption=\"In the mountains\" alt=\"In the mountains\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad2.jpg\" data-size=\"1920x1440\" data-caption=\"Windmill\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad2-300x225.jpg\" data-caption=\"Windmill\" alt=\"Windmill\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad1.jpg\" data-size=\"1920x1440\" data-caption=\"On the road\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad1-300x225.jpg\" data-caption=\"On the road\" alt=\"On the road\"\/><\/a><a class=\"sgg-lightbox-item mfp-iframe\" data-type=\"video\" href=\"https:\/\/www.youtube.com\/watch?v=FNJ09RwY6k8\" data-caption=\"Sea\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/tumblr_n396iwHV9n1slhhf0o1_1280-225x300.jpg\" data-caption=\"Sea\" alt=\"Sea\"\/><\/a><\/div>\n<div id=\"load_more_holder_jccOxo\" style=\"display:none\"><\/div>\n\t\t\t<script type=\"text\/javascript\">\n\t\t\t\t(function($){\n\t\t\t\t\t$(\"#justified_gallery_jccOxo\").justifiedGallery({\n\t\t\t\t\t\tsizeRangeSuffixes : {'lt100': '', 'lt240': '', 'lt320': '', 'lt500': '', 'lt640': '', 'lt1024': ''},rowHeight: 130,\r\nmobileRowHeight: 200,\r\nmargins: 5,\r\nlastRow: \"nojustify\",\r\nfixedHeight: false,\r\ncaptions: true,\r\ncaptionsColor: \"#000000\",\r\ncaptionsOpacity: 0.7,\r\nrandomize: false,\r\nmaxRowHeight: 0,\r\nrel: \"jccOxo\",\r\ntarget: null,\r\nrefreshTime: 250,\r\ncssAnimation: true,\r\ncaptionsAnimationDuration: 500,\r\nimagesAnimationDuration: 300,\r\ncaptionsVisibleOpacity: 0.7,\r\nclass: \"\",\r\n\t\t\t\t\t})\n\t\t\t\t\t.on('jg.complete', function(){\n\t\t\t\t\t\t$(document).ready(function(){\n\t\t\t\t\t\t\tvar pswp_jccOxo = SGGinitPhotoSwipeFromDOM('#justified_gallery_jccOxo',{title: true,\r\nshare: true,\r\nhistory: false,\r\n uid: 'jccOxo' })})\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar galleries = [];\n\t\t\t\tvar gallery = $(\"#justified_gallery_jccOxo\");\n\t\t\t\t$(window).scroll(function() {\n\t\t\t\t\tif ( galleries.length >= 1  ) {\n\t\t\t\t\t\tvar scroll_top = $(window).scrollTop();\n\t\t\t\t\t\tvar scroll_bottom = scroll_top + $(window).height();\n\t\t\t\t\t\tvar gallery_top = $(gallery).offset().top;\n\t\t\t\t\t\tvar gallery_height = $(gallery).innerHeight();\n\t\t\t\t\t\tvar gallery_bottom = gallery_top + gallery_height;\n\t\t\t\t\t\tif( scroll_bottom >= gallery_bottom ) {\n\t\t\t\t\t\t\tvar images = galleries.splice(0,1);\n\t\t\t\t\t\t\tvar image_html = $(\"#load_more_holder_jccOxo\").html(images).text();\n\t\t\t\t\t\t\t$(gallery).append(image_html);\n\t\t\t\t\t\t\t$(gallery).justifiedGallery('norewind');\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t});\t\t\t\t})(jQuery);\n\t\t\t<\/script>\n\t\t\t\t\t\t<style>\n\t            #justified_gallery_jccOxo .sgg-caption {\n\t\t\t\t\tbackground: rgb(0,0,0);\n\t\t\t\t\tbackground: rgba(0,0,0,0.7);\n\t\t\t\t\tcolor: #ffffff;\n\t\t\t\t\tfont-size: 1em;\n\t\t\t\t\tfont-weight: 400;\n\t\t\t\t\tfont-family: Helvetica, Arial, sans-serif;\n\t\t\t\t}\n\t\t\t\t#load_more_jccOxo {\n\t\t\t\t    background: #444444;\n\t\t\t\t    color: #ffffff;\n\t\t\t\t}\n\t\t\t<\/style>\n        \t\n<\/div> <div class=\"column column-span-6 column-push-0 column-last\"><\/p>\n<h2>Style 7 <small>Slide Left Full<\/small><\/h2>\n<div id=\"justified_gallery_r19ClP\" class=\"sgg-style-7 \"><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_lednice-castle.jpg\" data-size=\"1388x1600\" data-caption=\"Castle\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_lednice-castle-260x300.jpg\" data-caption=\"Castle\" alt=\"Castle\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_Bench-Under-Tree.jpg\" data-size=\"1920x1280\" data-caption=\"Under the tree\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_Bench-Under-Tree-300x200.jpg\" data-caption=\"Under the tree\" alt=\"Under the tree\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_DSC_3334.jpg\" data-size=\"1920x1277\" data-caption=\"In the mountains\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_DSC_3334-300x200.jpg\" data-caption=\"In the mountains\" alt=\"In the mountains\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad2.jpg\" data-size=\"1920x1440\" data-caption=\"Windmill\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad2-300x225.jpg\" data-caption=\"Windmill\" alt=\"Windmill\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad1.jpg\" data-size=\"1920x1440\" data-caption=\"On the road\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad1-300x225.jpg\" data-caption=\"On the road\" alt=\"On the road\"\/><\/a><a class=\"sgg-lightbox-item mfp-iframe\" data-type=\"video\" href=\"https:\/\/www.youtube.com\/watch?v=FNJ09RwY6k8\" data-caption=\"Sea\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/tumblr_n396iwHV9n1slhhf0o1_1280-225x300.jpg\" data-caption=\"Sea\" alt=\"Sea\"\/><\/a><\/div>\n<div id=\"load_more_holder_r19ClP\" style=\"display:none\"><\/div>\n\t\t\t<script type=\"text\/javascript\">\n\t\t\t\t(function($){\n\t\t\t\t\t$(\"#justified_gallery_r19ClP\").justifiedGallery({\n\t\t\t\t\t\tsizeRangeSuffixes : {'lt100': '', 'lt240': '', 'lt320': '', 'lt500': '', 'lt640': '', 'lt1024': ''},rowHeight: 130,\r\nmobileRowHeight: 200,\r\nmargins: 5,\r\nlastRow: \"nojustify\",\r\nfixedHeight: false,\r\ncaptions: true,\r\ncaptionsColor: \"#000000\",\r\ncaptionsOpacity: 0.7,\r\nrandomize: false,\r\nmaxRowHeight: 0,\r\nrel: \"r19ClP\",\r\ntarget: null,\r\nrefreshTime: 250,\r\ncssAnimation: true,\r\ncaptionsAnimationDuration: 500,\r\nimagesAnimationDuration: 300,\r\ncaptionsVisibleOpacity: 0.7,\r\nclass: \"\",\r\n\t\t\t\t\t})\n\t\t\t\t\t.on('jg.complete', function(){\n\t\t\t\t\t\t$(document).ready(function(){\n\t\t\t\t\t\t\tvar pswp_r19ClP = SGGinitPhotoSwipeFromDOM('#justified_gallery_r19ClP',{title: true,\r\nshare: true,\r\nhistory: false,\r\n uid: 'r19ClP' })})\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar galleries = [];\n\t\t\t\tvar gallery = $(\"#justified_gallery_r19ClP\");\n\t\t\t\t$(window).scroll(function() {\n\t\t\t\t\tif ( galleries.length >= 1  ) {\n\t\t\t\t\t\tvar scroll_top = $(window).scrollTop();\n\t\t\t\t\t\tvar scroll_bottom = scroll_top + $(window).height();\n\t\t\t\t\t\tvar gallery_top = $(gallery).offset().top;\n\t\t\t\t\t\tvar gallery_height = $(gallery).innerHeight();\n\t\t\t\t\t\tvar gallery_bottom = gallery_top + gallery_height;\n\t\t\t\t\t\tif( scroll_bottom >= gallery_bottom ) {\n\t\t\t\t\t\t\tvar images = galleries.splice(0,1);\n\t\t\t\t\t\t\tvar image_html = $(\"#load_more_holder_r19ClP\").html(images).text();\n\t\t\t\t\t\t\t$(gallery).append(image_html);\n\t\t\t\t\t\t\t$(gallery).justifiedGallery('norewind');\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t});\t\t\t\t})(jQuery);\n\t\t\t<\/script>\n\t\t\t\t\t\t<style>\n\t            #justified_gallery_r19ClP .sgg-caption {\n\t\t\t\t\tbackground: rgb(0,0,0);\n\t\t\t\t\tbackground: rgba(0,0,0,0.7);\n\t\t\t\t\tcolor: #ffffff;\n\t\t\t\t\tfont-size: 1em;\n\t\t\t\t\tfont-weight: 400;\n\t\t\t\t\tfont-family: Helvetica, Arial, sans-serif;\n\t\t\t\t}\n\t\t\t\t#load_more_r19ClP {\n\t\t\t\t    background: #444444;\n\t\t\t\t    color: #ffffff;\n\t\t\t\t}\n\t\t\t<\/style>\n        \t\n<\/div><\/div><\/p>\n<p>&nbsp;<\/p>\n<h2>Style 8 &#8211; Direction Aware<br \/>\n<small>Doesn&#8217;t work\u00a0with Infinite Scroll. Supported in Chrome, Firefox, Safari, IE10+<\/small><\/h2>\n<div id=\"justified_gallery_iQndRF\" class=\"sgg-style-8 \"><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_lednice-castle.jpg\" data-size=\"1388x1600\" data-caption=\"Castle\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_lednice-castle-260x300.jpg\" data-caption=\"Castle\" alt=\"Castle\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_Bench-Under-Tree.jpg\" data-size=\"1920x1280\" data-caption=\"Under the tree\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_Bench-Under-Tree-420x280.jpg\" data-caption=\"Under the tree\" alt=\"Under the tree\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad2.jpg\" data-size=\"1920x1440\" data-caption=\"Windmill\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad2-420x315.jpg\" data-caption=\"Windmill\" alt=\"Windmill\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad1.jpg\" data-size=\"1920x1440\" data-caption=\"On the road\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad1-420x315.jpg\" data-caption=\"On the road\" alt=\"On the road\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_DSC_3334.jpg\" data-size=\"1920x1277\" data-caption=\"In the mountains\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_DSC_3334-420x279.jpg\" data-caption=\"In the mountains\" alt=\"In the mountains\"\/><\/a><a class=\"sgg-lightbox-item mfp-iframe\" data-type=\"video\" href=\"https:\/\/www.youtube.com\/watch?v=FNJ09RwY6k8\" data-caption=\"Sea\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/tumblr_n396iwHV9n1slhhf0o1_1280-225x300.jpg\" data-caption=\"Sea\" alt=\"Sea\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/BeachSunset.jpg\" data-size=\"1920x1273\" data-caption=\"Beach sunset\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/BeachSunset-420x278.jpg\" data-caption=\"Beach sunset\" alt=\"Beach sunset\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_IMG_6659.jpg\" data-size=\"1920x1126\" data-caption=\"River in a fog\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_IMG_6659-420x246.jpg\" data-caption=\"River in a fog\" alt=\"River in a fog\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_vranov-czech-republic.jpg\" data-size=\"1547x1920\" data-caption=\"Valey\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_vranov-czech-republic-242x300.jpg\" data-caption=\"Valey\" alt=\"Valey\"\/><\/a><\/div>\n<div id=\"load_more_holder_iQndRF\" style=\"display:none\"><\/div>\n\t\t\t<script type=\"text\/javascript\">\n\t\t\t\t(function($){\n\t\t\t\t\t$(\"#justified_gallery_iQndRF\").justifiedGallery({\n\t\t\t\t\t\tsizeRangeSuffixes : {'lt100': '', 'lt240': '', 'lt320': '', 'lt500': '', 'lt640': '', 'lt1024': ''},rowHeight: 200,\r\nmobileRowHeight: 200,\r\nmargins: 5,\r\nlastRow: \"nojustify\",\r\nfixedHeight: false,\r\ncaptions: true,\r\ncaptionsColor: \"#000000\",\r\ncaptionsOpacity: 0.7,\r\nrandomize: false,\r\nmaxRowHeight: 0,\r\nrel: \"iQndRF\",\r\ntarget: null,\r\nrefreshTime: 250,\r\ncssAnimation: true,\r\ncaptionsAnimationDuration: 500,\r\nimagesAnimationDuration: 300,\r\ncaptionsVisibleOpacity: 0.7,\r\nclass: \"\",\r\n\t\t\t\t\t})\n\t\t\t\t\t.on('jg.complete', function(){\n\t\t\t\t\t\t$(document).ready(function(){\n\t\t\t\t\t\t\tvar pswp_iQndRF = SGGinitPhotoSwipeFromDOM('#justified_gallery_iQndRF',{title: true,\r\nshare: true,\r\nhistory: false,\r\n uid: 'iQndRF' })})\t\t\t\t\t});\n\t\t\t\t\tvar nodes = document.querySelectorAll('#justified_gallery_iQndRF > *'),\n_nodes = [].slice.call(nodes, 0);\nvar getDirection = function (ev, obj) {\n    \/\/ the width and height of the current div\n\tvar w = $(obj).width(),\n\t\th = $(obj).height(),\n\t\t\/\/ calculate the x and y to get an angle to the center of the div from that x and y.\n\t\t\/\/ gets the x value relative to the center of the DIV and \"normalize\" it\n\t\tx = ( ev.pageX - $(obj).offset().left - ( w\/2 )) * ( w > h ? ( h\/w ) : 1 ),\n\t\ty = ( ev.pageY - $(obj).offset().top  - ( h\/2 )) * ( h > w ? ( w\/h ) : 1 ),\n\t\t\/\/ the angle and the direction from where the mouse came in\/went out clockwise (TRBL=0123);\n\t\t\/\/ first calculate the angle of the point,\n\t\t\/\/ add 180 deg to get rid of the negative values\n\t\t\/\/ divide by 90 to get the quadrant\n\t\t\/\/ add 3 and do a modulo by 4  to shift the quadrants to a proper clockwise TRBL (top\/right\/bottom\/left) **\/\n\t\tdirection = Math.round( ( ( ( Math.atan2(y, x) * (180 \/ Math.PI) ) + 180 ) \/ 90 ) + 3 ) % 4;\n\treturn direction;\n};\nvar addClass = function ( ev, obj, state ) {\n    var direction = getDirection( ev, obj ),\n        class_suffix = \"\",\n        iframe = obj.classList.contains(\"mfp-iframe\");\n    obj.className = \"\";\n    if (iframe) {\n        obj.classList.add(\"mfp-iframe\");\n    }\n    obj.classList.add(\"sgg-lightbox-item\");\n    switch ( direction ) {\n        case 0 : class_suffix = '-top';    break;\n        case 1 : class_suffix = '-right';  break;\n        case 2 : class_suffix = '-bottom'; break;\n        case 3 : class_suffix = '-left';   break;\n    }\n    obj.classList.add( state + class_suffix );\n};\n\/\/ bind events\n_nodes.forEach(function (el) {\n    el.addEventListener('mouseenter', function (ev) {\n        addClass( ev, this, 'in' );\n    }, false);\n    el.addEventListener('mouseleave', function (ev) {\n        addClass( ev, this, 'out' );\n    }, false);\n});\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar galleries = [];\n\t\t\t\tvar gallery = $(\"#justified_gallery_iQndRF\");\n\t\t\t\t$(window).scroll(function() {\n\t\t\t\t\tif ( galleries.length >= 1  ) {\n\t\t\t\t\t\tvar scroll_top = $(window).scrollTop();\n\t\t\t\t\t\tvar scroll_bottom = scroll_top + $(window).height();\n\t\t\t\t\t\tvar gallery_top = $(gallery).offset().top;\n\t\t\t\t\t\tvar gallery_height = $(gallery).innerHeight();\n\t\t\t\t\t\tvar gallery_bottom = gallery_top + gallery_height;\n\t\t\t\t\t\tif( scroll_bottom >= gallery_bottom ) {\n\t\t\t\t\t\t\tvar images = galleries.splice(0,1);\n\t\t\t\t\t\t\tvar image_html = $(\"#load_more_holder_iQndRF\").html(images).text();\n\t\t\t\t\t\t\t$(gallery).append(image_html);\n\t\t\t\t\t\t\t$(gallery).justifiedGallery('norewind');\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t});\t\t\t\t})(jQuery);\n\t\t\t<\/script>\n\t\t\t\t\t\t<style>\n\t            #justified_gallery_iQndRF .sgg-caption {\n\t\t\t\t\tbackground: rgb(0,0,0);\n\t\t\t\t\tbackground: rgba(0,0,0,0.7);\n\t\t\t\t\tcolor: #ffffff;\n\t\t\t\t\tfont-size: 1.3em;\n\t\t\t\t\tfont-weight: 800;\n\t\t\t\t\tfont-family: Helvetica, Arial, sans-serif;\n\t\t\t\t}\n\t\t\t\t#load_more_iQndRF {\n\t\t\t\t    background: #444444;\n\t\t\t\t    color: #ffffff;\n\t\t\t\t}\n\t\t\t<\/style>\n        \t\n<p>&nbsp;<\/p>\n<p style=\"text-align: center;\"><a class=\"button buy-it\" title=\"\" href=\"http:\/\/codecanyon.net\/item\/smart-grid-gallery\/8365014?ref=topdevs\"><i class=\"icon-shopping-cart icon-large\"><\/i> Buy Plugin Now &#8211; $19<\/a><\/p>\n<p>&nbsp;<\/p>\n<div class=\"column-grid column-grid-12\"><div class=\"column column-span-6 column-push-0 column-first\"><h2>Style 9 <small>Slide Up Full &amp; Image Out<\/small><\/h2>\n<div id=\"justified_gallery_LXsmvj\" class=\"sgg-style-9 \"><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_lednice-castle.jpg\" data-size=\"1388x1600\" data-caption=\"Castle\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_lednice-castle-260x300.jpg\" data-caption=\"Castle\" alt=\"Castle\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_Bench-Under-Tree.jpg\" data-size=\"1920x1280\" data-caption=\"Under the tree\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_Bench-Under-Tree-300x200.jpg\" data-caption=\"Under the tree\" alt=\"Under the tree\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_DSC_3334.jpg\" data-size=\"1920x1277\" data-caption=\"In the mountains\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_DSC_3334-300x200.jpg\" data-caption=\"In the mountains\" alt=\"In the mountains\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad2.jpg\" data-size=\"1920x1440\" data-caption=\"Windmill\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad2-300x225.jpg\" data-caption=\"Windmill\" alt=\"Windmill\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad1.jpg\" data-size=\"1920x1440\" data-caption=\"On the road\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad1-300x225.jpg\" data-caption=\"On the road\" alt=\"On the road\"\/><\/a><a class=\"sgg-lightbox-item mfp-iframe\" data-type=\"video\" href=\"https:\/\/www.youtube.com\/watch?v=FNJ09RwY6k8\" data-caption=\"Sea\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/tumblr_n396iwHV9n1slhhf0o1_1280-225x300.jpg\" data-caption=\"Sea\" alt=\"Sea\"\/><\/a><\/div>\n<div id=\"load_more_holder_LXsmvj\" style=\"display:none\"><\/div>\n\t\t\t<script type=\"text\/javascript\">\n\t\t\t\t(function($){\n\t\t\t\t\t$(\"#justified_gallery_LXsmvj\").justifiedGallery({\n\t\t\t\t\t\tsizeRangeSuffixes : {'lt100': '', 'lt240': '', 'lt320': '', 'lt500': '', 'lt640': '', 'lt1024': ''},rowHeight: 130,\r\nmobileRowHeight: 200,\r\nmargins: 5,\r\nlastRow: \"nojustify\",\r\nfixedHeight: false,\r\ncaptions: true,\r\ncaptionsColor: \"#000000\",\r\ncaptionsOpacity: 0.7,\r\nrandomize: false,\r\nmaxRowHeight: 0,\r\nrel: \"LXsmvj\",\r\ntarget: null,\r\nrefreshTime: 250,\r\ncssAnimation: true,\r\ncaptionsAnimationDuration: 500,\r\nimagesAnimationDuration: 300,\r\ncaptionsVisibleOpacity: 0.7,\r\nclass: \"\",\r\n\t\t\t\t\t})\n\t\t\t\t\t.on('jg.complete', function(){\n\t\t\t\t\t\t$(document).ready(function(){\n\t\t\t\t\t\t\tvar pswp_LXsmvj = SGGinitPhotoSwipeFromDOM('#justified_gallery_LXsmvj',{title: true,\r\nshare: true,\r\nhistory: false,\r\n uid: 'LXsmvj' })})\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar galleries = [];\n\t\t\t\tvar gallery = $(\"#justified_gallery_LXsmvj\");\n\t\t\t\t$(window).scroll(function() {\n\t\t\t\t\tif ( galleries.length >= 1  ) {\n\t\t\t\t\t\tvar scroll_top = $(window).scrollTop();\n\t\t\t\t\t\tvar scroll_bottom = scroll_top + $(window).height();\n\t\t\t\t\t\tvar gallery_top = $(gallery).offset().top;\n\t\t\t\t\t\tvar gallery_height = $(gallery).innerHeight();\n\t\t\t\t\t\tvar gallery_bottom = gallery_top + gallery_height;\n\t\t\t\t\t\tif( scroll_bottom >= gallery_bottom ) {\n\t\t\t\t\t\t\tvar images = galleries.splice(0,1);\n\t\t\t\t\t\t\tvar image_html = $(\"#load_more_holder_LXsmvj\").html(images).text();\n\t\t\t\t\t\t\t$(gallery).append(image_html);\n\t\t\t\t\t\t\t$(gallery).justifiedGallery('norewind');\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t});\t\t\t\t})(jQuery);\n\t\t\t<\/script>\n\t\t\t\t\t\t<style>\n\t            #justified_gallery_LXsmvj .sgg-caption {\n\t\t\t\t\tbackground: rgb(0,0,0);\n\t\t\t\t\tbackground: rgba(0,0,0,0.7);\n\t\t\t\t\tcolor: #ffffff;\n\t\t\t\t\tfont-size: 1em;\n\t\t\t\t\tfont-weight: 400;\n\t\t\t\t\tfont-family: Helvetica, Arial, sans-serif;\n\t\t\t\t}\n\t\t\t\t#load_more_LXsmvj {\n\t\t\t\t    background: #444444;\n\t\t\t\t    color: #ffffff;\n\t\t\t\t}\n\t\t\t<\/style>\n        \t\n<\/div> <div class=\"column column-span-6 column-push-0 column-last\"><\/p>\n<h2>Style 10 <small>Slide Down Full &amp; Image Out<\/small><\/h2>\n<div id=\"justified_gallery_N6DWXb\" class=\"sgg-style-10 \"><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_lednice-castle.jpg\" data-size=\"1388x1600\" data-caption=\"Castle\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_lednice-castle-260x300.jpg\" data-caption=\"Castle\" alt=\"Castle\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_Bench-Under-Tree.jpg\" data-size=\"1920x1280\" data-caption=\"Under the tree\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_Bench-Under-Tree-300x200.jpg\" data-caption=\"Under the tree\" alt=\"Under the tree\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_DSC_3334.jpg\" data-size=\"1920x1277\" data-caption=\"In the mountains\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_DSC_3334-300x200.jpg\" data-caption=\"In the mountains\" alt=\"In the mountains\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad2.jpg\" data-size=\"1920x1440\" data-caption=\"Windmill\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad2-300x225.jpg\" data-caption=\"Windmill\" alt=\"Windmill\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad1.jpg\" data-size=\"1920x1440\" data-caption=\"On the road\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad1-300x225.jpg\" data-caption=\"On the road\" alt=\"On the road\"\/><\/a><a class=\"sgg-lightbox-item mfp-iframe\" data-type=\"video\" href=\"https:\/\/www.youtube.com\/watch?v=FNJ09RwY6k8\" data-caption=\"Sea\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/tumblr_n396iwHV9n1slhhf0o1_1280-225x300.jpg\" data-caption=\"Sea\" alt=\"Sea\"\/><\/a><\/div>\n<div id=\"load_more_holder_N6DWXb\" style=\"display:none\"><\/div>\n\t\t\t<script type=\"text\/javascript\">\n\t\t\t\t(function($){\n\t\t\t\t\t$(\"#justified_gallery_N6DWXb\").justifiedGallery({\n\t\t\t\t\t\tsizeRangeSuffixes : {'lt100': '', 'lt240': '', 'lt320': '', 'lt500': '', 'lt640': '', 'lt1024': ''},rowHeight: 130,\r\nmobileRowHeight: 200,\r\nmargins: 5,\r\nlastRow: \"nojustify\",\r\nfixedHeight: false,\r\ncaptions: true,\r\ncaptionsColor: \"#000000\",\r\ncaptionsOpacity: 0.7,\r\nrandomize: false,\r\nmaxRowHeight: 0,\r\nrel: \"N6DWXb\",\r\ntarget: null,\r\nrefreshTime: 250,\r\ncssAnimation: true,\r\ncaptionsAnimationDuration: 500,\r\nimagesAnimationDuration: 300,\r\ncaptionsVisibleOpacity: 0.7,\r\nclass: \"\",\r\n\t\t\t\t\t})\n\t\t\t\t\t.on('jg.complete', function(){\n\t\t\t\t\t\t$(document).ready(function(){\n\t\t\t\t\t\t\tvar pswp_N6DWXb = SGGinitPhotoSwipeFromDOM('#justified_gallery_N6DWXb',{title: true,\r\nshare: true,\r\nhistory: false,\r\n uid: 'N6DWXb' })})\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar galleries = [];\n\t\t\t\tvar gallery = $(\"#justified_gallery_N6DWXb\");\n\t\t\t\t$(window).scroll(function() {\n\t\t\t\t\tif ( galleries.length >= 1  ) {\n\t\t\t\t\t\tvar scroll_top = $(window).scrollTop();\n\t\t\t\t\t\tvar scroll_bottom = scroll_top + $(window).height();\n\t\t\t\t\t\tvar gallery_top = $(gallery).offset().top;\n\t\t\t\t\t\tvar gallery_height = $(gallery).innerHeight();\n\t\t\t\t\t\tvar gallery_bottom = gallery_top + gallery_height;\n\t\t\t\t\t\tif( scroll_bottom >= gallery_bottom ) {\n\t\t\t\t\t\t\tvar images = galleries.splice(0,1);\n\t\t\t\t\t\t\tvar image_html = $(\"#load_more_holder_N6DWXb\").html(images).text();\n\t\t\t\t\t\t\t$(gallery).append(image_html);\n\t\t\t\t\t\t\t$(gallery).justifiedGallery('norewind');\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t});\t\t\t\t})(jQuery);\n\t\t\t<\/script>\n\t\t\t\t\t\t<style>\n\t            #justified_gallery_N6DWXb .sgg-caption {\n\t\t\t\t\tbackground: rgb(0,0,0);\n\t\t\t\t\tbackground: rgba(0,0,0,0.7);\n\t\t\t\t\tcolor: #ffffff;\n\t\t\t\t\tfont-size: 1em;\n\t\t\t\t\tfont-weight: 400;\n\t\t\t\t\tfont-family: Helvetica, Arial, sans-serif;\n\t\t\t\t}\n\t\t\t\t#load_more_N6DWXb {\n\t\t\t\t    background: #444444;\n\t\t\t\t    color: #ffffff;\n\t\t\t\t}\n\t\t\t<\/style>\n        \t\n<\/div><\/div><\/p>\n<div class=\"column-grid column-grid-12\"><div class=\"column column-span-6 column-push-0 column-first\"><p>&nbsp;<\/p>\n<h2>Style 11 <small>Caption Fade Out<\/small><\/h2>\n<div id=\"justified_gallery_8vVkhY\" class=\"sgg-style-11 \"><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_lednice-castle.jpg\" data-size=\"1388x1600\" data-caption=\"Castle\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_lednice-castle-260x300.jpg\" data-caption=\"Castle\" alt=\"Castle\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_Bench-Under-Tree.jpg\" data-size=\"1920x1280\" data-caption=\"Under the tree\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_Bench-Under-Tree-300x200.jpg\" data-caption=\"Under the tree\" alt=\"Under the tree\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_DSC_3334.jpg\" data-size=\"1920x1277\" data-caption=\"In the mountains\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_DSC_3334-300x200.jpg\" data-caption=\"In the mountains\" alt=\"In the mountains\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad2.jpg\" data-size=\"1920x1440\" data-caption=\"Windmill\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad2-300x225.jpg\" data-caption=\"Windmill\" alt=\"Windmill\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad1.jpg\" data-size=\"1920x1440\" data-caption=\"On the road\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad1-300x225.jpg\" data-caption=\"On the road\" alt=\"On the road\"\/><\/a><a class=\"sgg-lightbox-item mfp-iframe\" data-type=\"video\" href=\"https:\/\/www.youtube.com\/watch?v=FNJ09RwY6k8\" data-caption=\"Sea\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/tumblr_n396iwHV9n1slhhf0o1_1280-225x300.jpg\" data-caption=\"Sea\" alt=\"Sea\"\/><\/a><\/div>\n<div id=\"load_more_holder_8vVkhY\" style=\"display:none\"><\/div>\n\t\t\t<script type=\"text\/javascript\">\n\t\t\t\t(function($){\n\t\t\t\t\t$(\"#justified_gallery_8vVkhY\").justifiedGallery({\n\t\t\t\t\t\tsizeRangeSuffixes : {'lt100': '', 'lt240': '', 'lt320': '', 'lt500': '', 'lt640': '', 'lt1024': ''},rowHeight: 130,\r\nmobileRowHeight: 200,\r\nmargins: 5,\r\nlastRow: \"nojustify\",\r\nfixedHeight: false,\r\ncaptions: true,\r\ncaptionsColor: \"#000000\",\r\ncaptionsOpacity: 0.7,\r\nrandomize: false,\r\nmaxRowHeight: 0,\r\nrel: \"8vVkhY\",\r\ntarget: null,\r\nrefreshTime: 250,\r\ncssAnimation: true,\r\ncaptionsAnimationDuration: 500,\r\nimagesAnimationDuration: 300,\r\ncaptionsVisibleOpacity: 0.7,\r\nclass: \"\",\r\n\t\t\t\t\t})\n\t\t\t\t\t.on('jg.complete', function(){\n\t\t\t\t\t\t$(document).ready(function(){\n\t\t\t\t\t\t\tvar pswp_8vVkhY = SGGinitPhotoSwipeFromDOM('#justified_gallery_8vVkhY',{title: true,\r\nshare: true,\r\nhistory: false,\r\n uid: '8vVkhY' })})\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar galleries = [];\n\t\t\t\tvar gallery = $(\"#justified_gallery_8vVkhY\");\n\t\t\t\t$(window).scroll(function() {\n\t\t\t\t\tif ( galleries.length >= 1  ) {\n\t\t\t\t\t\tvar scroll_top = $(window).scrollTop();\n\t\t\t\t\t\tvar scroll_bottom = scroll_top + $(window).height();\n\t\t\t\t\t\tvar gallery_top = $(gallery).offset().top;\n\t\t\t\t\t\tvar gallery_height = $(gallery).innerHeight();\n\t\t\t\t\t\tvar gallery_bottom = gallery_top + gallery_height;\n\t\t\t\t\t\tif( scroll_bottom >= gallery_bottom ) {\n\t\t\t\t\t\t\tvar images = galleries.splice(0,1);\n\t\t\t\t\t\t\tvar image_html = $(\"#load_more_holder_8vVkhY\").html(images).text();\n\t\t\t\t\t\t\t$(gallery).append(image_html);\n\t\t\t\t\t\t\t$(gallery).justifiedGallery('norewind');\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t});\t\t\t\t})(jQuery);\n\t\t\t<\/script>\n\t\t\t\t\t\t<style>\n\t            #justified_gallery_8vVkhY .sgg-caption {\n\t\t\t\t\tbackground: rgb(0,0,0);\n\t\t\t\t\tbackground: rgba(0,0,0,0.7);\n\t\t\t\t\tcolor: #ffffff;\n\t\t\t\t\tfont-size: 1em;\n\t\t\t\t\tfont-weight: 400;\n\t\t\t\t\tfont-family: Helvetica, Arial, sans-serif;\n\t\t\t\t}\n\t\t\t\t#load_more_8vVkhY {\n\t\t\t\t    background: #444444;\n\t\t\t\t    color: #ffffff;\n\t\t\t\t}\n\t\t\t<\/style>\n        \t\n<\/div> <div class=\"column column-span-6 column-push-0 column-last\"><\/p>\n<p>&nbsp;<\/p>\n<h2>Style 12 <small>Caption Always Bottom<\/small><\/h2>\n<div id=\"justified_gallery_03iBNC\" class=\"sgg-style-12 \"><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_lednice-castle.jpg\" data-size=\"1388x1600\" data-caption=\"Castle\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_lednice-castle-260x300.jpg\" data-caption=\"Castle\" alt=\"Castle\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_Bench-Under-Tree.jpg\" data-size=\"1920x1280\" data-caption=\"Under the tree\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_Bench-Under-Tree-300x200.jpg\" data-caption=\"Under the tree\" alt=\"Under the tree\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_DSC_3334.jpg\" data-size=\"1920x1277\" data-caption=\"In the mountains\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_DSC_3334-300x200.jpg\" data-caption=\"In the mountains\" alt=\"In the mountains\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad2.jpg\" data-size=\"1920x1440\" data-caption=\"Windmill\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad2-300x225.jpg\" data-caption=\"Windmill\" alt=\"Windmill\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad1.jpg\" data-size=\"1920x1440\" data-caption=\"On the road\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad1-300x225.jpg\" data-caption=\"On the road\" alt=\"On the road\"\/><\/a><a class=\"sgg-lightbox-item mfp-iframe\" data-type=\"video\" href=\"https:\/\/www.youtube.com\/watch?v=FNJ09RwY6k8\" data-caption=\"Sea\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/tumblr_n396iwHV9n1slhhf0o1_1280-225x300.jpg\" data-caption=\"Sea\" alt=\"Sea\"\/><\/a><\/div>\n<div id=\"load_more_holder_03iBNC\" style=\"display:none\"><\/div>\n\t\t\t<script type=\"text\/javascript\">\n\t\t\t\t(function($){\n\t\t\t\t\t$(\"#justified_gallery_03iBNC\").justifiedGallery({\n\t\t\t\t\t\tsizeRangeSuffixes : {'lt100': '', 'lt240': '', 'lt320': '', 'lt500': '', 'lt640': '', 'lt1024': ''},rowHeight: 130,\r\nmobileRowHeight: 200,\r\nmargins: 5,\r\nlastRow: \"nojustify\",\r\nfixedHeight: false,\r\ncaptions: true,\r\ncaptionsColor: \"#000000\",\r\ncaptionsOpacity: 0.7,\r\nrandomize: false,\r\nmaxRowHeight: 0,\r\nrel: \"03iBNC\",\r\ntarget: null,\r\nrefreshTime: 250,\r\ncssAnimation: true,\r\ncaptionsAnimationDuration: 500,\r\nimagesAnimationDuration: 300,\r\ncaptionsVisibleOpacity: 0.7,\r\nclass: \"\",\r\n\t\t\t\t\t})\n\t\t\t\t\t.on('jg.complete', function(){\n\t\t\t\t\t\t$(document).ready(function(){\n\t\t\t\t\t\t\tvar pswp_03iBNC = SGGinitPhotoSwipeFromDOM('#justified_gallery_03iBNC',{title: true,\r\nshare: true,\r\nhistory: false,\r\n uid: '03iBNC' })})\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar galleries = [];\n\t\t\t\tvar gallery = $(\"#justified_gallery_03iBNC\");\n\t\t\t\t$(window).scroll(function() {\n\t\t\t\t\tif ( galleries.length >= 1  ) {\n\t\t\t\t\t\tvar scroll_top = $(window).scrollTop();\n\t\t\t\t\t\tvar scroll_bottom = scroll_top + $(window).height();\n\t\t\t\t\t\tvar gallery_top = $(gallery).offset().top;\n\t\t\t\t\t\tvar gallery_height = $(gallery).innerHeight();\n\t\t\t\t\t\tvar gallery_bottom = gallery_top + gallery_height;\n\t\t\t\t\t\tif( scroll_bottom >= gallery_bottom ) {\n\t\t\t\t\t\t\tvar images = galleries.splice(0,1);\n\t\t\t\t\t\t\tvar image_html = $(\"#load_more_holder_03iBNC\").html(images).text();\n\t\t\t\t\t\t\t$(gallery).append(image_html);\n\t\t\t\t\t\t\t$(gallery).justifiedGallery('norewind');\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t});\t\t\t\t})(jQuery);\n\t\t\t<\/script>\n\t\t\t\t\t\t<style>\n\t            #justified_gallery_03iBNC .sgg-caption {\n\t\t\t\t\tbackground: rgb(0,0,0);\n\t\t\t\t\tbackground: rgba(0,0,0,0.7);\n\t\t\t\t\tcolor: #ffffff;\n\t\t\t\t\tfont-size: 1em;\n\t\t\t\t\tfont-weight: 400;\n\t\t\t\t\tfont-family: Helvetica, Arial, sans-serif;\n\t\t\t\t}\n\t\t\t\t#load_more_03iBNC {\n\t\t\t\t    background: #444444;\n\t\t\t\t    color: #ffffff;\n\t\t\t\t}\n\t\t\t<\/style>\n        \t\n<\/div><\/div><\/p>\n<p>&nbsp;<\/p>\n<h2>Style 13 <small>Alternate<\/small><\/h2>\n<div id=\"justified_gallery_1nFXti\" class=\"sgg-style-13 \"><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_lednice-castle.jpg\" data-size=\"1388x1600\" data-caption=\"Castle\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_lednice-castle-260x300.jpg\" data-caption=\"Castle\" alt=\"Castle\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_Bench-Under-Tree.jpg\" data-size=\"1920x1280\" data-caption=\"Under the tree\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_Bench-Under-Tree-420x280.jpg\" data-caption=\"Under the tree\" alt=\"Under the tree\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad2.jpg\" data-size=\"1920x1440\" data-caption=\"Windmill\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad2-420x315.jpg\" data-caption=\"Windmill\" alt=\"Windmill\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad1.jpg\" data-size=\"1920x1440\" data-caption=\"On the road\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_austriaroad1-420x315.jpg\" data-caption=\"On the road\" alt=\"On the road\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_DSC_3334.jpg\" data-size=\"1920x1277\" data-caption=\"In the mountains\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_DSC_3334-420x279.jpg\" data-caption=\"In the mountains\" alt=\"In the mountains\"\/><\/a><a class=\"sgg-lightbox-item mfp-iframe\" data-type=\"video\" href=\"https:\/\/www.youtube.com\/watch?v=FNJ09RwY6k8\" data-caption=\"Sea\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/tumblr_n396iwHV9n1slhhf0o1_1280-225x300.jpg\" data-caption=\"Sea\" alt=\"Sea\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/BeachSunset.jpg\" data-size=\"1920x1273\" data-caption=\"Beach sunset\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/BeachSunset-420x278.jpg\" data-caption=\"Beach sunset\" alt=\"Beach sunset\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_IMG_6659.jpg\" data-size=\"1920x1126\" data-caption=\"River in a fog\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_IMG_6659-420x246.jpg\" data-caption=\"River in a fog\" alt=\"River in a fog\"\/><\/a><a class=\"sgg-lightbox-item\" href=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_vranov-czech-republic.jpg\" data-size=\"1547x1920\" data-caption=\"Valey\"><img decoding=\"async\" src=\"http:\/\/topdevs.net\/smart-grid-gallery\/files\/2014\/06\/picjumbo.com_vranov-czech-republic-242x300.jpg\" data-caption=\"Valey\" alt=\"Valey\"\/><\/a><\/div>\n<div id=\"load_more_holder_1nFXti\" style=\"display:none\"><\/div>\n\t\t\t<script type=\"text\/javascript\">\n\t\t\t\t(function($){\n\t\t\t\t\t$(\"#justified_gallery_1nFXti\").justifiedGallery({\n\t\t\t\t\t\tsizeRangeSuffixes : {'lt100': '', 'lt240': '', 'lt320': '', 'lt500': '', 'lt640': '', 'lt1024': ''},rowHeight: 200,\r\nmobileRowHeight: 200,\r\nmargins: 5,\r\nlastRow: \"nojustify\",\r\nfixedHeight: false,\r\ncaptions: true,\r\ncaptionsColor: \"#000000\",\r\ncaptionsOpacity: 0.7,\r\nrandomize: false,\r\nmaxRowHeight: 0,\r\nrel: \"1nFXti\",\r\ntarget: null,\r\nrefreshTime: 250,\r\ncssAnimation: true,\r\ncaptionsAnimationDuration: 500,\r\nimagesAnimationDuration: 300,\r\ncaptionsVisibleOpacity: 0.7,\r\nclass: \"\",\r\n\t\t\t\t\t})\n\t\t\t\t\t.on('jg.complete', function(){\n\t\t\t\t\t\t$(document).ready(function(){\n\t\t\t\t\t\t\tvar pswp_1nFXti = SGGinitPhotoSwipeFromDOM('#justified_gallery_1nFXti',{title: true,\r\nshare: true,\r\nhistory: false,\r\n uid: '1nFXti' })})\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tvar galleries = [];\n\t\t\t\tvar gallery = $(\"#justified_gallery_1nFXti\");\n\t\t\t\t$(window).scroll(function() {\n\t\t\t\t\tif ( galleries.length >= 1  ) {\n\t\t\t\t\t\tvar scroll_top = $(window).scrollTop();\n\t\t\t\t\t\tvar scroll_bottom = scroll_top + $(window).height();\n\t\t\t\t\t\tvar gallery_top = $(gallery).offset().top;\n\t\t\t\t\t\tvar gallery_height = $(gallery).innerHeight();\n\t\t\t\t\t\tvar gallery_bottom = gallery_top + gallery_height;\n\t\t\t\t\t\tif( scroll_bottom >= gallery_bottom ) {\n\t\t\t\t\t\t\tvar images = galleries.splice(0,1);\n\t\t\t\t\t\t\tvar image_html = $(\"#load_more_holder_1nFXti\").html(images).text();\n\t\t\t\t\t\t\t$(gallery).append(image_html);\n\t\t\t\t\t\t\t$(gallery).justifiedGallery('norewind');\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t});\t\t\t\t})(jQuery);\n\t\t\t<\/script>\n\t\t\t\t\t\t<style>\n\t            #justified_gallery_1nFXti .sgg-caption {\n\t\t\t\t\tbackground: rgb(0,0,0);\n\t\t\t\t\tbackground: rgba(0,0,0,0.7);\n\t\t\t\t\tcolor: #ffffff;\n\t\t\t\t\tfont-size: 1.3em;\n\t\t\t\t\tfont-weight: 800;\n\t\t\t\t\tfont-family: Helvetica, Arial, sans-serif;\n\t\t\t\t}\n\t\t\t\t#load_more_1nFXti {\n\t\t\t\t    background: #444444;\n\t\t\t\t    color: #ffffff;\n\t\t\t\t}\n\t\t\t<\/style>\n        \t\n","protected":false},"excerpt":{"rendered":"<p>Hover Images To See CSS3 Animation Effects\u00a0In Action &nbsp; &nbsp; Buy Smart Grid Gallery &#8211; $19 &nbsp; &nbsp; &nbsp; Style 8 &#8211; Direction Aware Doesn&#8217;t work\u00a0with Infinite Scroll. Supported in Chrome, Firefox, Safari, IE10+ &nbsp; Buy Plugin Now &#8211; $19 &nbsp; &nbsp; Style 13 Alternate<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template.page.fullwidth.php","meta":{"footnotes":""},"class_list":["post-39","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"http:\/\/topdevs.net\/smart-grid-gallery\/wp-json\/wp\/v2\/pages\/39","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/topdevs.net\/smart-grid-gallery\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/topdevs.net\/smart-grid-gallery\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/topdevs.net\/smart-grid-gallery\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/topdevs.net\/smart-grid-gallery\/wp-json\/wp\/v2\/comments?post=39"}],"version-history":[{"count":66,"href":"http:\/\/topdevs.net\/smart-grid-gallery\/wp-json\/wp\/v2\/pages\/39\/revisions"}],"predecessor-version":[{"id":568,"href":"http:\/\/topdevs.net\/smart-grid-gallery\/wp-json\/wp\/v2\/pages\/39\/revisions\/568"}],"wp:attachment":[{"href":"http:\/\/topdevs.net\/smart-grid-gallery\/wp-json\/wp\/v2\/media?parent=39"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}