{"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_kBApLj\" 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_kBApLj\" 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_kBApLj\").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: \"kBApLj\",\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_kBApLj = SGGinitPhotoSwipeFromDOM('#justified_gallery_kBApLj',{title: true,\r\nshare: true,\r\nhistory: false,\r\n uid: 'kBApLj' })})\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_kBApLj\");\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_kBApLj\").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_kBApLj .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_kBApLj {\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_FvHkjH\" 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_FvHkjH\" 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_FvHkjH\").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: \"FvHkjH\",\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_FvHkjH = SGGinitPhotoSwipeFromDOM('#justified_gallery_FvHkjH',{title: true,\r\nshare: true,\r\nhistory: false,\r\n uid: 'FvHkjH' })})\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_FvHkjH\");\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_FvHkjH\").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_FvHkjH .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_FvHkjH {\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_Us3MVe\" 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_Us3MVe\" 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_Us3MVe\").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: \"Us3MVe\",\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_Us3MVe = SGGinitPhotoSwipeFromDOM('#justified_gallery_Us3MVe',{title: true,\r\nshare: true,\r\nhistory: false,\r\n uid: 'Us3MVe' })})\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_Us3MVe\");\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_Us3MVe\").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_Us3MVe .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_Us3MVe {\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_FcUlEJ\" 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_FcUlEJ\" 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_FcUlEJ\").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: \"FcUlEJ\",\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_FcUlEJ = SGGinitPhotoSwipeFromDOM('#justified_gallery_FcUlEJ',{title: true,\r\nshare: true,\r\nhistory: false,\r\n uid: 'FcUlEJ' })})\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_FcUlEJ\");\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_FcUlEJ\").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_FcUlEJ .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_FcUlEJ {\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_KuhBLj\" 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_KuhBLj\" 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_KuhBLj\").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: \"KuhBLj\",\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_KuhBLj = SGGinitPhotoSwipeFromDOM('#justified_gallery_KuhBLj',{title: true,\r\nshare: true,\r\nhistory: false,\r\n uid: 'KuhBLj' })})\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_KuhBLj\");\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_KuhBLj\").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_KuhBLj .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_KuhBLj {\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_XZc27H\" 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_XZc27H\" 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_XZc27H\").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: \"XZc27H\",\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_XZc27H = SGGinitPhotoSwipeFromDOM('#justified_gallery_XZc27H',{title: true,\r\nshare: true,\r\nhistory: false,\r\n uid: 'XZc27H' })})\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_XZc27H\");\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_XZc27H\").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_XZc27H .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_XZc27H {\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_qwvbGx\" 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_qwvbGx\" 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_qwvbGx\").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: \"qwvbGx\",\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_qwvbGx = SGGinitPhotoSwipeFromDOM('#justified_gallery_qwvbGx',{title: true,\r\nshare: true,\r\nhistory: false,\r\n uid: 'qwvbGx' })})\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_qwvbGx\");\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_qwvbGx\").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_qwvbGx .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_qwvbGx {\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_f9nVUv\" 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_f9nVUv\" 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_f9nVUv\").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: \"f9nVUv\",\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_f9nVUv = SGGinitPhotoSwipeFromDOM('#justified_gallery_f9nVUv',{title: true,\r\nshare: true,\r\nhistory: false,\r\n uid: 'f9nVUv' })})\t\t\t\t\t});\n\t\t\t\t\tvar nodes = document.querySelectorAll('#justified_gallery_f9nVUv > *'),\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_f9nVUv\");\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_f9nVUv\").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_f9nVUv .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_f9nVUv {\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_KUJRfZ\" 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_KUJRfZ\" 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_KUJRfZ\").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: \"KUJRfZ\",\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_KUJRfZ = SGGinitPhotoSwipeFromDOM('#justified_gallery_KUJRfZ',{title: true,\r\nshare: true,\r\nhistory: false,\r\n uid: 'KUJRfZ' })})\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_KUJRfZ\");\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_KUJRfZ\").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_KUJRfZ .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_KUJRfZ {\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_VtUOX4\" 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_VtUOX4\" 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_VtUOX4\").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: \"VtUOX4\",\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_VtUOX4 = SGGinitPhotoSwipeFromDOM('#justified_gallery_VtUOX4',{title: true,\r\nshare: true,\r\nhistory: false,\r\n uid: 'VtUOX4' })})\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_VtUOX4\");\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_VtUOX4\").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_VtUOX4 .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_VtUOX4 {\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_nGqmCW\" 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_nGqmCW\" 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_nGqmCW\").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: \"nGqmCW\",\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_nGqmCW = SGGinitPhotoSwipeFromDOM('#justified_gallery_nGqmCW',{title: true,\r\nshare: true,\r\nhistory: false,\r\n uid: 'nGqmCW' })})\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_nGqmCW\");\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_nGqmCW\").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_nGqmCW .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_nGqmCW {\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_TAFcDM\" 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_TAFcDM\" 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_TAFcDM\").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: \"TAFcDM\",\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_TAFcDM = SGGinitPhotoSwipeFromDOM('#justified_gallery_TAFcDM',{title: true,\r\nshare: true,\r\nhistory: false,\r\n uid: 'TAFcDM' })})\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_TAFcDM\");\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_TAFcDM\").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_TAFcDM .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_TAFcDM {\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_C4qdOw\" 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_C4qdOw\" 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_C4qdOw\").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: \"C4qdOw\",\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_C4qdOw = SGGinitPhotoSwipeFromDOM('#justified_gallery_C4qdOw',{title: true,\r\nshare: true,\r\nhistory: false,\r\n uid: 'C4qdOw' })})\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_C4qdOw\");\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_C4qdOw\").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_C4qdOw .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_C4qdOw {\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}]}}