{"id":1343,"date":"2024-03-01T10:31:00","date_gmt":"2024-03-01T10:31:00","guid":{"rendered":"https:\/\/codehim.com\/?p=1343"},"modified":"2024-03-04T08:31:41","modified_gmt":"2024-03-04T03:31:41","slug":"responsive-lightbox-image-gallery-jquery","status":"publish","type":"post","link":"https:\/\/codehim.com\/gallery\/responsive-lightbox-image-gallery-jquery\/","title":{"rendered":"Responsive Lightbox Image Gallery with jQuery"},"content":{"rendered":"<p>A fully responsive jQuery-based image gallery with lightbox, thumbnails, and search. Interactive Photo Gallery is a responsive CSS &amp; jQuery-based grid layout photo gallery with filter images by search.<\/p>\n<h2>How to Create Lightbox Image Gallery<\/h2>\n<p>1. To get started using Interactive Photo Gallery, load the jQuery, Normalize CSS, and Google fonts by <abbr title=\"Content Delivery Network\"> CDN <\/abbr> links into your website.<\/p>\n<pre class=\"prettyprint lang-html\">&lt;!-- jQuery --&gt;\r\n&lt;script src=\"https:\/\/code.jquery.com\/jquery-3.3.1.min.js\"&gt;&lt;\/script&gt;\r\n\r\n&lt;!-- Normalize CSS --&gt;\r\n&lt;link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/normalize\/5.0.0\/normalize.min.css\"&gt;\r\n\r\n&lt;!-- Google Fonts --&gt;\r\n&lt;link href=\"https:\/\/fonts.googleapis.com\/css?family=Ubuntu\" rel=\"stylesheet\"&gt;\r\n<\/pre>\n<p>2. Now include the Lightbox &amp; Gallery&#8217;s JavaScript and CSS Files into your page.<\/p>\n<pre class=\"prettyprint lang-html\">&lt;!-- Lightbox CSS for Gallery --&gt;\r\n&lt;link rel=\"stylesheet\" href=\"css\/lightbox.css\"&gt;\r\n\r\n&lt;!-- Basic CSS for Gallery --&gt;\r\n&lt;link rel=\"stylesheet\" href=\"css\/styles.css\"&gt;\r\n\r\n&lt;!-- Lightbox Js --&gt;\r\n&lt;script src=\"js\/lightbox.min.js\"&gt;&lt;\/script&gt;\r\n\r\n&lt;!-- Responsive lightbox image gallery jQuery --&gt;\r\n&lt;script src=\"js\/scripts.js\"&gt;&lt;\/script&gt;\r\n<\/pre>\n<p>3. Create the basic HTML structure for a responsive lightbox image gallery and put your image&#8217;s links into it, just like below:<\/p>\n<pre class=\"prettyprint lang-html\"> &lt;form class=\"form\" action=\"index.html\" method=\"POST\"&gt;\r\n        &lt;div class=\"search-form\"&gt;\r\n            &lt;input type=\"search\" id=\"image-search\" placeholder=\"Search(16pt)\"&gt;\r\n        &lt;\/div&gt;\r\n       &lt;\/form&gt;\r\n        &lt;div class=\"wrapper\"&gt;\r\n         &lt;div class=\"thumb\"&gt;\r\n            &lt;a href=\"photos\/01.jpg\" data-lightbox=\"image-grid\" data-title=\"Hay Bales I love hay bales.\r\n             Took this snap on a drive through the countryside past some straw fields.\r\n            \"&gt;&lt;img src=\"photos\/thumbnails\/01.jpg\" alt=\"Hay Bales, Straw Fields\"&gt;&lt;\/a&gt;\r\n         &lt;\/div&gt;\r\n         &lt;div class=\"thumb\"&gt;\r\n            &lt;a href=\"photos\/02.jpg\" data-lightbox=\"image-grid\" data-title=\"The lake was so calm today.\r\n             We had a great view of the snow on the mountains from here.\"&gt;\r\n             &lt;img src=\"photos\/thumbnails\/02.jpg\" alt=\"Lake, Calm, Mountains\"&gt;&lt;\/a&gt;\r\n         &lt;\/div&gt;\r\n         &lt;div class=\"thumb\"&gt;\r\n            &lt;a href=\"photos\/03.jpg\" data-lightbox=\"image-grid\" data-title=\"I hiked to the top of the\r\n             mountain and got this picture of the canyon and trees below.\"&gt;\r\n             &lt;img src=\"photos\/thumbnails\/03.jpg\" alt=\"Canyon, Trees, Mountain\"&gt;&lt;\/a&gt;\r\n         &lt;\/div&gt;\r\n         &lt;div class=\"thumb\"&gt;\r\n            &lt;a href=\"photos\/04.jpg\" data-lightbox=\"image-grid\" data-title=\"It was amazing to see an\r\n             iceberg up close, it was so cold but didn\u2019t snow today.\"&gt;\r\n             &lt;img src=\"photos\/\/thumbnails\/04.jpg\" alt=\"Iceberg, Snow, Cold\"&gt;&lt;\/a&gt;\r\n         &lt;\/div&gt;\r\n         &lt;div class=\"thumb\"&gt;\r\n            &lt;a href=\"photos\/05.jpg\" data-lightbox=\"image-grid\" data-title=\"The red cliffs were beautiful.\r\n             It was really hot in the desert but we did a lot of walking through the canyons.\"&gt;\r\n             &lt;img src=\"photos\/thumbnails\/05.jpg\" alt=\"Desert, Cliffs, Canyons\"&gt;&lt;\/a&gt;\r\n         &lt;\/div&gt;\r\n         &lt;div class=\"thumb\"&gt;\r\n            &lt;a href=\"photos\/06.jpg\" data-lightbox=\"image-grid\" data-title=\"Fall is coming,\r\n             I love when the leaves on the trees start to change color.\"&gt;\r\n             &lt;img src=\"photos\/thumbnails\/06.jpg\" alt=\"Fall, Leaves\"&gt;&lt;\/a&gt;\r\n         &lt;\/div&gt;\r\n         &lt;div class=\"thumb\"&gt;\r\n            &lt;a href=\"photos\/07.jpg\" data-lightbox=\"image-grid\" data-title=\"I drove past this plantation\r\n             yesterday, everything is so green!\"&gt;\r\n             &lt;img src=\"photos\/thumbnails\/07.jpg\" alt=\"Plantation, Green\"&gt;&lt;\/a&gt;\r\n         &lt;\/div&gt;\r\n         &lt;div class=\"thumb\"&gt;\r\n            &lt;a href=\"photos\/08.jpg\" data-lightbox=\"image-grid\" data-title=\"My summer vacation\r\n             to the Oregon Coast. I love the sandy dunes!\"&gt;\r\n             &lt;img src=\"photos\/thumbnails\/08.jpg\" alt=\"Dunes, Sand\"&gt;&lt;\/a&gt;\r\n         &lt;\/div&gt;\r\n         &lt;div class=\"thumb\"&gt;\r\n            &lt;a href=\"photos\/09.jpg\" data-lightbox=\"image-grid\" data-title=\"We enjoyed\r\n             a quiet stroll down this countryside lane.\"&gt;\r\n             &lt;img src=\"photos\/thumbnails\/09.jpg\" alt=\"Countryside, Lane\"&gt;&lt;\/a&gt;\r\n         &lt;\/div&gt;\r\n         &lt;div class=\"thumb\"&gt;\r\n            &lt;a href=\"photos\/10.jpg\" data-lightbox=\"image-grid\" data-title=\"\r\n            Sunset at the coast! The sky turned a lovely shade of orange.\"&gt;\r\n            &lt;img src=\"photos\/thumbnails\/10.jpg\" alt=\"Sunset, Shade, Coast\"&gt;&lt;\/a&gt;\r\n         &lt;\/div&gt;\r\n         &lt;div class=\"thumb\"&gt;\r\n            &lt;a href=\"photos\/11.jpg\" data-lightbox=\"image-grid\" data-title=\"I did a tour of\r\n             a cave today and the view of the landscape below was breathtaking.\"&gt;\r\n             &lt;img src=\"photos\/thumbnails\/11.jpg\" alt=\"Cave\"&gt;&lt;\/a&gt;\r\n         &lt;\/div&gt;\r\n         &lt;div class=\"thumb\"&gt;\r\n            &lt;a href=\"photos\/12.jpg\" data-lightbox=\"image-grid\" data-title=\"I walked through this meadow\r\n             of bluebells and got a good view of the snow on the mountain before the fog came in.\"&gt;\r\n             &lt;img src=\"photos\/thumbnails\/12.jpg\" alt=\"Bluebells, Mountain, Fog, Snow, Meadow\"&gt;&lt;\/a&gt;\r\n         &lt;\/div&gt;\r\n        &lt;\/div&gt;\r\n<\/pre>\n<p>That&#8217;s all! hopefully, you have successfully created a responsive lightbox image gallery using jQuery. If you have any questions or suggestions, feel free to comment below.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A fully responsive jQuery-based image gallery with lightbox, thumbnails, and search. Interactive Photo Gallery is a responsive CSS &amp; jQuery-based&#8230;<\/p>\n","protected":false},"author":1,"featured_media":1345,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[51],"tags":[53],"class_list":["post-1343","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-gallery","tag-popup-lightbox"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Responsive Lightbox Image Gallery with jQuery &#8212; CodeHim<\/title>\n<meta name=\"description\" content=\"Here is a jQuery plugin for Responsive Image Gallery with Lightbox and thumbnails. Its a responsive CSS based grid layout gallery with images filter.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/codehim.com\/gallery\/responsive-lightbox-image-gallery-jquery\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Responsive Lightbox Image Gallery with jQuery &#8212; CodeHim\" \/>\n<meta property=\"og:description\" content=\"Here is a jQuery plugin for Responsive Image Gallery with Lightbox and thumbnails. Its a responsive CSS based grid layout gallery with images filter.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codehim.com\/gallery\/responsive-lightbox-image-gallery-jquery\/\" \/>\n<meta property=\"og:site_name\" content=\"CodeHim\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/codehimofficial\" \/>\n<meta property=\"article:published_time\" content=\"2024-03-01T10:31:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-04T03:31:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codehim.com\/wp-content\/uploads\/2019\/03\/responsive-lightbox-image-gallery-jquery.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"962\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Asif Mughal\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@CodeHimOfficial\" \/>\n<meta name=\"twitter:site\" content=\"@CodeHimOfficial\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Asif Mughal\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/codehim.com\/gallery\/responsive-lightbox-image-gallery-jquery\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/codehim.com\/gallery\/responsive-lightbox-image-gallery-jquery\/\"},\"author\":{\"name\":\"Asif Mughal\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed\"},\"headline\":\"Responsive Lightbox Image Gallery with jQuery\",\"datePublished\":\"2024-03-01T10:31:00+00:00\",\"dateModified\":\"2024-03-04T03:31:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/codehim.com\/gallery\/responsive-lightbox-image-gallery-jquery\/\"},\"wordCount\":125,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/codehim.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/gallery\/responsive-lightbox-image-gallery-jquery\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2019\/03\/responsive-lightbox-image-gallery-jquery.jpg\",\"keywords\":[\"Popup Lightbox\"],\"articleSection\":[\"Gallery\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/codehim.com\/gallery\/responsive-lightbox-image-gallery-jquery\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/codehim.com\/gallery\/responsive-lightbox-image-gallery-jquery\/\",\"url\":\"https:\/\/codehim.com\/gallery\/responsive-lightbox-image-gallery-jquery\/\",\"name\":\"Responsive Lightbox Image Gallery with jQuery &#8212; CodeHim\",\"isPartOf\":{\"@id\":\"https:\/\/codehim.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/codehim.com\/gallery\/responsive-lightbox-image-gallery-jquery\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/gallery\/responsive-lightbox-image-gallery-jquery\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2019\/03\/responsive-lightbox-image-gallery-jquery.jpg\",\"datePublished\":\"2024-03-01T10:31:00+00:00\",\"dateModified\":\"2024-03-04T03:31:41+00:00\",\"description\":\"Here is a jQuery plugin for Responsive Image Gallery with Lightbox and thumbnails. Its a responsive CSS based grid layout gallery with images filter.\",\"breadcrumb\":{\"@id\":\"https:\/\/codehim.com\/gallery\/responsive-lightbox-image-gallery-jquery\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/codehim.com\/gallery\/responsive-lightbox-image-gallery-jquery\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codehim.com\/gallery\/responsive-lightbox-image-gallery-jquery\/#primaryimage\",\"url\":\"https:\/\/codehim.com\/wp-content\/uploads\/2019\/03\/responsive-lightbox-image-gallery-jquery.jpg\",\"contentUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2019\/03\/responsive-lightbox-image-gallery-jquery.jpg\",\"width\":1280,\"height\":962,\"caption\":\"Responsive Lightbox Image Gallery with jQuery\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/codehim.com\/gallery\/responsive-lightbox-image-gallery-jquery\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/codehim.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Gallery\",\"item\":\"https:\/\/codehim.com\/category\/gallery\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Responsive Lightbox Image Gallery with jQuery\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/codehim.com\/#website\",\"url\":\"https:\/\/codehim.com\/\",\"name\":\"CodeHim\",\"description\":\"Web Design Code Snippets\",\"publisher\":{\"@id\":\"https:\/\/codehim.com\/#organization\"},\"alternateName\":\"Web Design Codes\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/codehim.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/codehim.com\/#organization\",\"name\":\"CodeHim - Web Design Code & Scripts\",\"url\":\"https:\/\/codehim.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg\",\"contentUrl\":\"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg\",\"width\":280,\"height\":280,\"caption\":\"CodeHim - Web Design Code & Scripts\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/codehimofficial\",\"https:\/\/x.com\/CodeHimOfficial\",\"https:\/\/www.instagram.com\/codehim\/\",\"https:\/\/www.linkedin.com\/company\/codehim\",\"https:\/\/co.pinterest.com\/codehim\/\",\"https:\/\/www.youtube.com\/@codehim\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed\",\"name\":\"Asif Mughal\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g\",\"caption\":\"Asif Mughal\"},\"description\":\"I code and create web elements for amazing people around the world. I like work with new people. New people new Experiences. I truly enjoy what I'm doing, which makes me more passionate about web development and coding. I am always ready to do challenging tasks whether it is about creating a custom CMS from scratch or customizing an existing system.\",\"sameAs\":[\"https:\/\/codehim.com\"],\"url\":\"https:\/\/codehim.com\/author\/asif-mughal\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Responsive Lightbox Image Gallery with jQuery &#8212; CodeHim","description":"Here is a jQuery plugin for Responsive Image Gallery with Lightbox and thumbnails. Its a responsive CSS based grid layout gallery with images filter.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/codehim.com\/gallery\/responsive-lightbox-image-gallery-jquery\/","og_locale":"en_US","og_type":"article","og_title":"Responsive Lightbox Image Gallery with jQuery &#8212; CodeHim","og_description":"Here is a jQuery plugin for Responsive Image Gallery with Lightbox and thumbnails. Its a responsive CSS based grid layout gallery with images filter.","og_url":"https:\/\/codehim.com\/gallery\/responsive-lightbox-image-gallery-jquery\/","og_site_name":"CodeHim","article_publisher":"https:\/\/www.facebook.com\/codehimofficial","article_published_time":"2024-03-01T10:31:00+00:00","article_modified_time":"2024-03-04T03:31:41+00:00","og_image":[{"width":1280,"height":962,"url":"https:\/\/codehim.com\/wp-content\/uploads\/2019\/03\/responsive-lightbox-image-gallery-jquery.jpg","type":"image\/jpeg"}],"author":"Asif Mughal","twitter_card":"summary_large_image","twitter_creator":"@CodeHimOfficial","twitter_site":"@CodeHimOfficial","twitter_misc":{"Written by":"Asif Mughal","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/codehim.com\/gallery\/responsive-lightbox-image-gallery-jquery\/#article","isPartOf":{"@id":"https:\/\/codehim.com\/gallery\/responsive-lightbox-image-gallery-jquery\/"},"author":{"name":"Asif Mughal","@id":"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed"},"headline":"Responsive Lightbox Image Gallery with jQuery","datePublished":"2024-03-01T10:31:00+00:00","dateModified":"2024-03-04T03:31:41+00:00","mainEntityOfPage":{"@id":"https:\/\/codehim.com\/gallery\/responsive-lightbox-image-gallery-jquery\/"},"wordCount":125,"commentCount":0,"publisher":{"@id":"https:\/\/codehim.com\/#organization"},"image":{"@id":"https:\/\/codehim.com\/gallery\/responsive-lightbox-image-gallery-jquery\/#primaryimage"},"thumbnailUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2019\/03\/responsive-lightbox-image-gallery-jquery.jpg","keywords":["Popup Lightbox"],"articleSection":["Gallery"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/codehim.com\/gallery\/responsive-lightbox-image-gallery-jquery\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/codehim.com\/gallery\/responsive-lightbox-image-gallery-jquery\/","url":"https:\/\/codehim.com\/gallery\/responsive-lightbox-image-gallery-jquery\/","name":"Responsive Lightbox Image Gallery with jQuery &#8212; CodeHim","isPartOf":{"@id":"https:\/\/codehim.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codehim.com\/gallery\/responsive-lightbox-image-gallery-jquery\/#primaryimage"},"image":{"@id":"https:\/\/codehim.com\/gallery\/responsive-lightbox-image-gallery-jquery\/#primaryimage"},"thumbnailUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2019\/03\/responsive-lightbox-image-gallery-jquery.jpg","datePublished":"2024-03-01T10:31:00+00:00","dateModified":"2024-03-04T03:31:41+00:00","description":"Here is a jQuery plugin for Responsive Image Gallery with Lightbox and thumbnails. Its a responsive CSS based grid layout gallery with images filter.","breadcrumb":{"@id":"https:\/\/codehim.com\/gallery\/responsive-lightbox-image-gallery-jquery\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codehim.com\/gallery\/responsive-lightbox-image-gallery-jquery\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codehim.com\/gallery\/responsive-lightbox-image-gallery-jquery\/#primaryimage","url":"https:\/\/codehim.com\/wp-content\/uploads\/2019\/03\/responsive-lightbox-image-gallery-jquery.jpg","contentUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2019\/03\/responsive-lightbox-image-gallery-jquery.jpg","width":1280,"height":962,"caption":"Responsive Lightbox Image Gallery with jQuery"},{"@type":"BreadcrumbList","@id":"https:\/\/codehim.com\/gallery\/responsive-lightbox-image-gallery-jquery\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codehim.com\/"},{"@type":"ListItem","position":2,"name":"Gallery","item":"https:\/\/codehim.com\/category\/gallery\/"},{"@type":"ListItem","position":3,"name":"Responsive Lightbox Image Gallery with jQuery"}]},{"@type":"WebSite","@id":"https:\/\/codehim.com\/#website","url":"https:\/\/codehim.com\/","name":"CodeHim","description":"Web Design Code Snippets","publisher":{"@id":"https:\/\/codehim.com\/#organization"},"alternateName":"Web Design Codes","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/codehim.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/codehim.com\/#organization","name":"CodeHim - Web Design Code & Scripts","url":"https:\/\/codehim.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codehim.com\/#\/schema\/logo\/image\/","url":"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg","contentUrl":"http:\/\/codehim.com\/wp-content\/uploads\/2023\/06\/Codehim-short-logo.jpg","width":280,"height":280,"caption":"CodeHim - Web Design Code & Scripts"},"image":{"@id":"https:\/\/codehim.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/codehimofficial","https:\/\/x.com\/CodeHimOfficial","https:\/\/www.instagram.com\/codehim\/","https:\/\/www.linkedin.com\/company\/codehim","https:\/\/co.pinterest.com\/codehim\/","https:\/\/www.youtube.com\/@codehim"]},{"@type":"Person","@id":"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed","name":"Asif Mughal","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codehim.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b25bfcd7d4e341c2c6f785a88d8ad2a4?s=96&d=mm&r=g","caption":"Asif Mughal"},"description":"I code and create web elements for amazing people around the world. I like work with new people. New people new Experiences. I truly enjoy what I'm doing, which makes me more passionate about web development and coding. I am always ready to do challenging tasks whether it is about creating a custom CMS from scratch or customizing an existing system.","sameAs":["https:\/\/codehim.com"],"url":"https:\/\/codehim.com\/author\/asif-mughal\/"}]}},"views":5632,"_links":{"self":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts\/1343","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/comments?post=1343"}],"version-history":[{"count":1,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts\/1343\/revisions"}],"predecessor-version":[{"id":11331,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts\/1343\/revisions\/11331"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/media\/1345"}],"wp:attachment":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/media?parent=1343"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/categories?post=1343"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/tags?post=1343"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}