{"id":1004,"date":"2024-01-19T16:55:00","date_gmt":"2024-01-19T16:55:00","guid":{"rendered":"https:\/\/codehim.com\/?p=1004"},"modified":"2024-01-22T14:56:52","modified_gmt":"2024-01-22T09:56:52","slug":"simple-jquery-grid-layout-image-gallery-with-basic-lightbox","status":"publish","type":"post","link":"https:\/\/codehim.com\/gallery\/simple-jquery-grid-layout-image-gallery-with-basic-lightbox\/","title":{"rendered":"Simple jQuery Grid Layout Image Gallery with Basic Lightbox"},"content":{"rendered":"<p>The GalleryPopup is a simple jQuery grid layout image gallery with a basic popup lightbox. The plugin puts the images into a grid layout and shows a single image in overly on top of the page.<\/p>\n<h2>How to Create jQuery Grid Layout Image Gallery<\/h2>\n<p>1. Load the jQuery and <code> GalleryPopup <\/code> JavaScript and CSS files into HTML document.<\/p>\n<pre class=\"prettyprint lang-html\">&lt;!--jQuery--&gt;\r\n&lt;script\r\n  src=\"https:\/\/code.jquery.com\/jquery-3.3.1.min.js\"\r\n  integrity=\"sha256-FgpCb\/KJQlLNfOu91ta32o\/NMZxltwRo8QtmkMRdAu8=\"\r\n  crossorigin=\"anonymous\"&gt;&lt;\/script&gt;\r\n\r\n&lt;!--GalleryPopup JS--&gt;\r\n&lt;script src=\"js\/jquery.gallery-popup.js\"&gt;&lt;\/script&gt;\r\n\r\n&lt;!--GalleryPopup CSS--&gt;\r\n&lt;link rel=\"stylesheet\" href=\"css\/style.css\"&gt;\r\n<\/pre>\n<p>2. Create the HTML structure for the gallery layout and put the image links into it.<\/p>\n<pre class=\"prettyprint lang-html\">    &lt;ul id=\"imgGallery\"&gt;\r\n        &lt;div&gt;\r\n            &lt;li&gt;\r\n                &lt;a href=\"images\/bokeh-close-up-nature.jpg\"&gt;\r\n                    &lt;img src=\"images\/bokeh-close-up-nature.jpg\" alt=\"Flower 1\" class=\"myImg\"&gt;\r\n                &lt;\/a&gt;\r\n            &lt;\/li&gt;\r\n            &lt;li&gt;\r\n                &lt;a href=\"images\/calendula-medicinal-plant-nature-plant-65950.jpeg\"&gt;\r\n                    &lt;img src=\"images\/calendula-medicinal-plant-nature-plant-65950.jpeg\" alt=\"Flower 2\" class=\"myImg\"&gt;\r\n                &lt;\/a&gt;\r\n            &lt;\/li&gt;\r\n            &lt;li&gt;\r\n                &lt;a href=\"images\/cosmos-flower-cosmos-flower-bloom-51942.jpeg\"&gt;\r\n                    &lt;img src=\"images\/cosmos-flower-cosmos-flower-bloom-51942.jpeg\" alt=\"Flower 3\" class=\"myImg\"&gt;\r\n                &lt;\/a&gt;\r\n            &lt;\/li&gt;\r\n            &lt;li&gt;\r\n                &lt;a href=\"images\/garden-rose-red-pink-56866.jpeg\"&gt;\r\n                    &lt;img src=\"images\/garden-rose-red-pink-56866.jpeg\" alt=\"Flower 4\" class=\"myImg\"&gt;\r\n                &lt;\/a&gt;\r\n            &lt;\/li&gt;\r\n        &lt;\/div&gt;\r\n        &lt;div&gt;\r\n            &lt;li&gt;\r\n                &lt;a href=\"images\/gerbera-flower-blossom-bloom-53173.jpeg\"&gt;\r\n                    &lt;img src=\"images\/gerbera-flower-blossom-bloom-53173.jpeg\" alt=\"Flower 5\" class=\"myImg\"&gt;\r\n                &lt;\/a&gt;\r\n            &lt;\/li&gt;\r\n            &lt;li&gt;\r\n                &lt;a href=\"images\/rose-blossom-bloom-red-rose-87469.jpeg\"&gt;\r\n                    &lt;img src=\"images\/rose-blossom-bloom-red-rose-87469.jpeg\" alt=\"Flower 6\" class=\"myImg\"&gt;\r\n                &lt;\/a&gt;\r\n            &lt;\/li&gt;\r\n            &lt;li&gt;\r\n                &lt;a href=\"images\/lily-flower-red-blossom-53976.jpeg\"&gt;\r\n                    &lt;img src=\"images\/lily-flower-red-blossom-53976.jpeg\" alt=\"Flower 8\" class=\"myImg\"&gt;\r\n                &lt;\/a&gt;\r\n            &lt;\/li&gt;\r\n            &lt;li&gt;\r\n                &lt;a href=\"images\/dahlia-red-blossom-bloom-60597.jpeg\"&gt;\r\n                    &lt;img src=\"images\/dahlia-red-blossom-bloom-60597.jpeg\" alt=\"Flower 7\" class=\"myImg\"&gt;\r\n                &lt;\/a&gt;\r\n            &lt;\/li&gt;\r\n        &lt;\/div&gt;\r\n    &lt;\/ul&gt;\r\n<\/pre>\n<p>3. Call the plugin in the jQuery document ready function to activate the images gallery.<\/p>\n<pre class=\"prettyprint lang-js\">$(function(){\r\n\r\n $('#imgGallery').galleryPopUp();\r\n    \r\n});\r\n<\/pre>\n<p>That&#8217;s all! hopefully, you have successfully created a simple grid layout image gallery with a basic lightbox. If you have any questions or facing any issues, feel free to comment below. <\/p>\n","protected":false},"excerpt":{"rendered":"<p>The GalleryPopup is a simple jQuery grid layout image gallery with a basic popup lightbox. The plugin puts the images&#8230;<\/p>\n","protected":false},"author":1,"featured_media":1005,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[51,52],"tags":[],"class_list":["post-1004","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-gallery","category-lightbox"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Simple jQuery Grid Layout Image Gallery with Basic Lightbox &#8212; CodeHim<\/title>\n<meta name=\"description\" content=\"Here is a free jQuery code snippet to create a simple grid layout image gallery with a basic lightbox. You can view demo and download it.\" \/>\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\/simple-jquery-grid-layout-image-gallery-with-basic-lightbox\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Simple jQuery Grid Layout Image Gallery with Basic Lightbox &#8212; CodeHim\" \/>\n<meta property=\"og:description\" content=\"Here is a free jQuery code snippet to create a simple grid layout image gallery with a basic lightbox. You can view demo and download it.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codehim.com\/gallery\/simple-jquery-grid-layout-image-gallery-with-basic-lightbox\/\" \/>\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-01-19T16:55:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-22T09:56:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codehim.com\/wp-content\/uploads\/2019\/03\/grid-layout-image-gallery-jquery.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2338\" \/>\n\t<meta property=\"og:image:height\" content=\"1532\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/codehim.com\/gallery\/simple-jquery-grid-layout-image-gallery-with-basic-lightbox\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/codehim.com\/gallery\/simple-jquery-grid-layout-image-gallery-with-basic-lightbox\/\"},\"author\":{\"name\":\"Asif Mughal\",\"@id\":\"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed\"},\"headline\":\"Simple jQuery Grid Layout Image Gallery with Basic Lightbox\",\"datePublished\":\"2024-01-19T16:55:00+00:00\",\"dateModified\":\"2024-01-22T09:56:52+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/codehim.com\/gallery\/simple-jquery-grid-layout-image-gallery-with-basic-lightbox\/\"},\"wordCount\":125,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/codehim.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/gallery\/simple-jquery-grid-layout-image-gallery-with-basic-lightbox\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2019\/03\/grid-layout-image-gallery-jquery.jpg\",\"articleSection\":[\"Gallery\",\"LightBox\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/codehim.com\/gallery\/simple-jquery-grid-layout-image-gallery-with-basic-lightbox\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/codehim.com\/gallery\/simple-jquery-grid-layout-image-gallery-with-basic-lightbox\/\",\"url\":\"https:\/\/codehim.com\/gallery\/simple-jquery-grid-layout-image-gallery-with-basic-lightbox\/\",\"name\":\"Simple jQuery Grid Layout Image Gallery with Basic Lightbox &#8212; CodeHim\",\"isPartOf\":{\"@id\":\"https:\/\/codehim.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/codehim.com\/gallery\/simple-jquery-grid-layout-image-gallery-with-basic-lightbox\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/codehim.com\/gallery\/simple-jquery-grid-layout-image-gallery-with-basic-lightbox\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2019\/03\/grid-layout-image-gallery-jquery.jpg\",\"datePublished\":\"2024-01-19T16:55:00+00:00\",\"dateModified\":\"2024-01-22T09:56:52+00:00\",\"description\":\"Here is a free jQuery code snippet to create a simple grid layout image gallery with a basic lightbox. You can view demo and download it.\",\"breadcrumb\":{\"@id\":\"https:\/\/codehim.com\/gallery\/simple-jquery-grid-layout-image-gallery-with-basic-lightbox\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/codehim.com\/gallery\/simple-jquery-grid-layout-image-gallery-with-basic-lightbox\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codehim.com\/gallery\/simple-jquery-grid-layout-image-gallery-with-basic-lightbox\/#primaryimage\",\"url\":\"https:\/\/codehim.com\/wp-content\/uploads\/2019\/03\/grid-layout-image-gallery-jquery.jpg\",\"contentUrl\":\"https:\/\/codehim.com\/wp-content\/uploads\/2019\/03\/grid-layout-image-gallery-jquery.jpg\",\"width\":2338,\"height\":1532,\"caption\":\"jQuery Grid Layout Image Gallery\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/codehim.com\/gallery\/simple-jquery-grid-layout-image-gallery-with-basic-lightbox\/#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\":\"Simple jQuery Grid Layout Image Gallery with Basic Lightbox\"}]},{\"@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":"Simple jQuery Grid Layout Image Gallery with Basic Lightbox &#8212; CodeHim","description":"Here is a free jQuery code snippet to create a simple grid layout image gallery with a basic lightbox. You can view demo and download it.","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\/simple-jquery-grid-layout-image-gallery-with-basic-lightbox\/","og_locale":"en_US","og_type":"article","og_title":"Simple jQuery Grid Layout Image Gallery with Basic Lightbox &#8212; CodeHim","og_description":"Here is a free jQuery code snippet to create a simple grid layout image gallery with a basic lightbox. You can view demo and download it.","og_url":"https:\/\/codehim.com\/gallery\/simple-jquery-grid-layout-image-gallery-with-basic-lightbox\/","og_site_name":"CodeHim","article_publisher":"https:\/\/www.facebook.com\/codehimofficial","article_published_time":"2024-01-19T16:55:00+00:00","article_modified_time":"2024-01-22T09:56:52+00:00","og_image":[{"width":2338,"height":1532,"url":"https:\/\/codehim.com\/wp-content\/uploads\/2019\/03\/grid-layout-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":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/codehim.com\/gallery\/simple-jquery-grid-layout-image-gallery-with-basic-lightbox\/#article","isPartOf":{"@id":"https:\/\/codehim.com\/gallery\/simple-jquery-grid-layout-image-gallery-with-basic-lightbox\/"},"author":{"name":"Asif Mughal","@id":"https:\/\/codehim.com\/#\/schema\/person\/cc48f1dbe072a89a62a98171b7db43ed"},"headline":"Simple jQuery Grid Layout Image Gallery with Basic Lightbox","datePublished":"2024-01-19T16:55:00+00:00","dateModified":"2024-01-22T09:56:52+00:00","mainEntityOfPage":{"@id":"https:\/\/codehim.com\/gallery\/simple-jquery-grid-layout-image-gallery-with-basic-lightbox\/"},"wordCount":125,"commentCount":0,"publisher":{"@id":"https:\/\/codehim.com\/#organization"},"image":{"@id":"https:\/\/codehim.com\/gallery\/simple-jquery-grid-layout-image-gallery-with-basic-lightbox\/#primaryimage"},"thumbnailUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2019\/03\/grid-layout-image-gallery-jquery.jpg","articleSection":["Gallery","LightBox"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/codehim.com\/gallery\/simple-jquery-grid-layout-image-gallery-with-basic-lightbox\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/codehim.com\/gallery\/simple-jquery-grid-layout-image-gallery-with-basic-lightbox\/","url":"https:\/\/codehim.com\/gallery\/simple-jquery-grid-layout-image-gallery-with-basic-lightbox\/","name":"Simple jQuery Grid Layout Image Gallery with Basic Lightbox &#8212; CodeHim","isPartOf":{"@id":"https:\/\/codehim.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codehim.com\/gallery\/simple-jquery-grid-layout-image-gallery-with-basic-lightbox\/#primaryimage"},"image":{"@id":"https:\/\/codehim.com\/gallery\/simple-jquery-grid-layout-image-gallery-with-basic-lightbox\/#primaryimage"},"thumbnailUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2019\/03\/grid-layout-image-gallery-jquery.jpg","datePublished":"2024-01-19T16:55:00+00:00","dateModified":"2024-01-22T09:56:52+00:00","description":"Here is a free jQuery code snippet to create a simple grid layout image gallery with a basic lightbox. You can view demo and download it.","breadcrumb":{"@id":"https:\/\/codehim.com\/gallery\/simple-jquery-grid-layout-image-gallery-with-basic-lightbox\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codehim.com\/gallery\/simple-jquery-grid-layout-image-gallery-with-basic-lightbox\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codehim.com\/gallery\/simple-jquery-grid-layout-image-gallery-with-basic-lightbox\/#primaryimage","url":"https:\/\/codehim.com\/wp-content\/uploads\/2019\/03\/grid-layout-image-gallery-jquery.jpg","contentUrl":"https:\/\/codehim.com\/wp-content\/uploads\/2019\/03\/grid-layout-image-gallery-jquery.jpg","width":2338,"height":1532,"caption":"jQuery Grid Layout Image Gallery"},{"@type":"BreadcrumbList","@id":"https:\/\/codehim.com\/gallery\/simple-jquery-grid-layout-image-gallery-with-basic-lightbox\/#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":"Simple jQuery Grid Layout Image Gallery with Basic Lightbox"}]},{"@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":3703,"_links":{"self":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts\/1004","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=1004"}],"version-history":[{"count":0,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/posts\/1004\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/media\/1005"}],"wp:attachment":[{"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/media?parent=1004"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/categories?post=1004"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codehim.com\/wp-json\/wp\/v2\/tags?post=1004"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}