{"id":1966,"date":"2016-11-24T16:45:37","date_gmt":"2016-11-24T16:45:37","guid":{"rendered":"https:\/\/www.codexworld.com\/?p=1966"},"modified":"2016-11-24T16:45:37","modified_gmt":"2016-11-24T16:45:37","slug":"image-hover-zoom-effect-css-jquery","status":"publish","type":"post","link":"https:\/\/www.codexworld.com\/image-hover-zoom-effect-css-jquery\/","title":{"rendered":"Adding Zoom Effect on Image Hover with CSS and jQuery"},"content":{"rendered":"<p>There are many plugins available to add special effect on images when cursor move over the image. All of those plugins includes a lot of codes in the web page which may effect on page load time. If you want to use less code and avoid page load time issue, our simple <b>image zoom effect script<\/b> is a perfect choice for you.<\/p>\n<p>Enlarge image on hover creates a better user interface in any web application. You can easily add zoom effect to the image on <b>mouseover with CSS and jQuery<\/b>. In this tutorial, we&#8217;ll provide a simple way and short code snippets to adding <b>image hover zoom effect<\/b> using jQuery and CSS.<\/p>\n<h2>CSS Code<\/h2>\n<p>In the following CSS, styles are defined for 2 classes (<code>.zoom<\/code> and <code>.transition<\/code>). Style for the <code>zoom<\/code> class is used on image load and <code>transition<\/code> class is used on mouseover.<\/p>\n<pre><span style=\"color:#bf4f24\">img<\/span><span style=\"color:#bf4f24\">.zoom<\/span> {\r\n    <span style=\"color:#691c97\">width<\/span><span style=\"color:#794938\">:<\/span> <span style=\"color:#811f24;font-weight:700\">350<span style=\"color:#794938\">px<\/span><\/span>;\r\n    <span style=\"color:#691c97\">height<\/span><span style=\"color:#794938\">:<\/span> <span style=\"color:#811f24;font-weight:700\">200<span style=\"color:#794938\">px<\/span><\/span>;\r\n    -webkit-transition<span style=\"color:#794938\">:<\/span> <span style=\"color:#b4371f\">all<\/span> <span style=\"color:#811f24;font-weight:700\">.2<span style=\"color:#794938\">s<\/span><\/span> ease-in-out;\r\n    -moz-transition<span style=\"color:#794938\">:<\/span> <span style=\"color:#b4371f\">all<\/span> <span style=\"color:#811f24;font-weight:700\">.2<span style=\"color:#794938\">s<\/span><\/span> ease-in-out;\r\n    -o-transition<span style=\"color:#794938\">:<\/span> <span style=\"color:#b4371f\">all<\/span> <span style=\"color:#811f24;font-weight:700\">.2<span style=\"color:#794938\">s<\/span><\/span> ease-in-out;\r\n    -ms-transition<span style=\"color:#794938\">:<\/span> <span style=\"color:#b4371f\">all<\/span> <span style=\"color:#811f24;font-weight:700\">.2<span style=\"color:#794938\">s<\/span><\/span> ease-in-out;\r\n}\r\n \r\n<span style=\"color:#bf4f24\">.transition<\/span> {\r\n    -webkit-transform<span style=\"color:#794938\">:<\/span> scale(<span style=\"color:#811f24;font-weight:700\">1.8<\/span>); \r\n    -moz-transform<span style=\"color:#794938\">:<\/span> scale(<span style=\"color:#811f24;font-weight:700\">1.8<\/span>);\r\n    -o-transform<span style=\"color:#794938\">:<\/span> scale(<span style=\"color:#811f24;font-weight:700\">1.8<\/span>);\r\n    transform<span style=\"color:#794938\">:<\/span> scale(<span style=\"color:#811f24;font-weight:700\">1.8<\/span>);\r\n}\r\n<\/pre>\n<h2>JavaScript Code<\/h2>\n<p>To working with jQuery, the jQuery library file need to be included.<\/p>\n<pre>&lt;<span style=\"color:#bf4f24\">script<\/span> <span style=\"color:#bf4f24\">src<\/span>=<span style=\"color:#0b6125\">\"https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/2.2.4\/jquery.min.js\"<\/span>>&lt;\/<span style=\"color:#bf4f24\">script<\/span>>\r\n<\/pre>\n<p>We&#8217;ll use jQuery <code>hover<\/code> event to add or remove the <code>transition<\/code> class based on the mouse hover the image.<\/p>\n<pre style=\"background:#f9f9f9;color:#080808\">&lt;<span style=\"color:#bf4f24\">script<\/span>>\r\n<span style=\"color:#691c97\">$<\/span>(<span style=\"color:#691c97\">document<\/span>)<span style=\"color:#693a17\">.ready<\/span>(<span style=\"color:#a71d5d;font-style:italic\">function<\/span>(){\r\n    <span style=\"color:#691c97\">$<\/span>('<span style=\"color:#bf4f24\">.zoom<\/span>')<span style=\"color:#693a17\">.hover<\/span>(<span style=\"color:#a71d5d;font-style:italic\">function<\/span>() {\r\n        <span style=\"color:#691c97\">$<\/span>(<span style=\"color:#234a97\">this<\/span>)<span style=\"color:#693a17\">.addClass<\/span>(<span style=\"color:#0b6125\">'transition'<\/span>);\r\n    }, <span style=\"color:#a71d5d;font-style:italic\">function<\/span>() {\r\n        <span style=\"color:#691c97\">$<\/span>(<span style=\"color:#234a97\">this<\/span>)<span style=\"color:#693a17\">.removeClass<\/span>(<span style=\"color:#0b6125\">'transition'<\/span>);\r\n    });\r\n});\r\n&lt;\/<span style=\"color:#bf4f24\">script<\/span>>\r\n<\/pre>\n<h2>HTML Code<\/h2>\n<p>Add the <code>zoom<\/code> class to the image in which you want to add zoom effect on hover.<\/p>\n<pre>&lt;<span style=\"color:#bf4f24\">img<\/span> <span style=\"color:#bf4f24\">src<\/span>=<span style=\"color:#0b6125\">\"images\/codexworld.jpg\"<\/span> <span style=\"color:#bf4f24\">class<\/span>=<span style=\"color:#0b6125\">\"zoom\"<\/span>\/>\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>There are many plugins available to add special effect on images when cursor move over the image. All of those plugins includes a lot of codes in the web page which may effect on page <\/p>\n","protected":false},"author":1,"featured_media":1967,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[6],"tags":[124,16,243],"class_list":["post-1966","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-jquery","tag-css","tag-jquery","tag-zoomeffect","cat-6-id","has_thumb"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Adding Zoom Effect on Image Hover with CSS and jQuery - CodexWorld<\/title>\n<meta name=\"description\" content=\"Image enlarge effect with CSS and jQuery - Learn how to add zoom effect on image hover using jQuery and CSS. Short and simple image mouseover zoom effect script.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.codexworld.com\/image-hover-zoom-effect-css-jquery\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Adding Zoom Effect on Image Hover with CSS and jQuery - CodexWorld\" \/>\n<meta property=\"og:description\" content=\"Image enlarge effect with CSS and jQuery - Learn how to add zoom effect on image hover using jQuery and CSS. Short and simple image mouseover zoom effect script.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.codexworld.com\/image-hover-zoom-effect-css-jquery\/\" \/>\n<meta property=\"og:site_name\" content=\"CodexWorld\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/codexworld\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/codexworld\" \/>\n<meta property=\"article:published_time\" content=\"2016-11-24T16:45:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.codexworld.com\/wp-content\/uploads\/2016\/11\/image-hover-zoom-effect-with-css-jquery-codexworld.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1366\" \/>\n\t<meta property=\"og:image:height\" content=\"768\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"CodexWorld\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@codexworldblog\" \/>\n<meta name=\"twitter:site\" content=\"@codexworldweb\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"CodexWorld\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/image-hover-zoom-effect-css-jquery\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/image-hover-zoom-effect-css-jquery\\\/\"},\"author\":{\"name\":\"CodexWorld\",\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/#\\\/schema\\\/person\\\/9da51d8fa3cdefeb5ec9c69136d4baf0\"},\"headline\":\"Adding Zoom Effect on Image Hover with CSS and jQuery\",\"datePublished\":\"2016-11-24T16:45:37+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/image-hover-zoom-effect-css-jquery\\\/\"},\"wordCount\":200,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/image-hover-zoom-effect-css-jquery\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.codexworld.com\\\/wp-content\\\/uploads\\\/2016\\\/11\\\/image-hover-zoom-effect-with-css-jquery-codexworld.png\",\"keywords\":[\"CSS\",\"jQuery\",\"ZoomEffect\"],\"articleSection\":[\"jQuery\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.codexworld.com\\\/image-hover-zoom-effect-css-jquery\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/image-hover-zoom-effect-css-jquery\\\/\",\"url\":\"https:\\\/\\\/www.codexworld.com\\\/image-hover-zoom-effect-css-jquery\\\/\",\"name\":\"Adding Zoom Effect on Image Hover with CSS and jQuery - CodexWorld\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/image-hover-zoom-effect-css-jquery\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/image-hover-zoom-effect-css-jquery\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.codexworld.com\\\/wp-content\\\/uploads\\\/2016\\\/11\\\/image-hover-zoom-effect-with-css-jquery-codexworld.png\",\"datePublished\":\"2016-11-24T16:45:37+00:00\",\"description\":\"Image enlarge effect with CSS and jQuery - Learn how to add zoom effect on image hover using jQuery and CSS. Short and simple image mouseover zoom effect script.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/image-hover-zoom-effect-css-jquery\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.codexworld.com\\\/image-hover-zoom-effect-css-jquery\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/image-hover-zoom-effect-css-jquery\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.codexworld.com\\\/wp-content\\\/uploads\\\/2016\\\/11\\\/image-hover-zoom-effect-with-css-jquery-codexworld.png\",\"contentUrl\":\"https:\\\/\\\/www.codexworld.com\\\/wp-content\\\/uploads\\\/2016\\\/11\\\/image-hover-zoom-effect-with-css-jquery-codexworld.png\",\"width\":1366,\"height\":768,\"caption\":\"image-hover-zoom-effect-with-css-jquery-codexworld\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/image-hover-zoom-effect-css-jquery\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.codexworld.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Adding Zoom Effect on Image Hover with CSS and jQuery\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/#website\",\"url\":\"https:\\\/\\\/www.codexworld.com\\\/\",\"name\":\"CodexWorld\",\"description\":\"Web &amp; Mobile App Development Company\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.codexworld.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/#organization\",\"name\":\"CodexWorld\",\"url\":\"https:\\\/\\\/www.codexworld.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.codexworld.com\\\/wp-content\\\/uploads\\\/2014\\\/09\\\/codexworld-logo.png\",\"contentUrl\":\"https:\\\/\\\/www.codexworld.com\\\/wp-content\\\/uploads\\\/2014\\\/09\\\/codexworld-logo.png\",\"width\":200,\"height\":19,\"caption\":\"CodexWorld\"},\"image\":{\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/codexworld\",\"https:\\\/\\\/x.com\\\/codexworldweb\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/codexworld\",\"https:\\\/\\\/www.youtube.com\\\/codexworld\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.codexworld.com\\\/#\\\/schema\\\/person\\\/9da51d8fa3cdefeb5ec9c69136d4baf0\",\"name\":\"CodexWorld\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/cf4999db3b409de559f80677afa01729bb2eeda19be273c254e8b2c22729e386?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/cf4999db3b409de559f80677afa01729bb2eeda19be273c254e8b2c22729e386?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/cf4999db3b409de559f80677afa01729bb2eeda19be273c254e8b2c22729e386?s=96&r=g\",\"caption\":\"CodexWorld\"},\"description\":\"CodexWorld is a programming blog, one-stop destination for web professionals \u2014 developers, programmers, freelancers, and site owners.\",\"sameAs\":[\"http:\\\/\\\/www.codexworld.com\",\"https:\\\/\\\/www.facebook.com\\\/codexworld\",\"https:\\\/\\\/x.com\\\/codexworldblog\"],\"url\":\"https:\\\/\\\/www.codexworld.com\\\/author\\\/nitya192265\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Adding Zoom Effect on Image Hover with CSS and jQuery - CodexWorld","description":"Image enlarge effect with CSS and jQuery - Learn how to add zoom effect on image hover using jQuery and CSS. Short and simple image mouseover zoom effect script.","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:\/\/www.codexworld.com\/image-hover-zoom-effect-css-jquery\/","og_locale":"en_US","og_type":"article","og_title":"Adding Zoom Effect on Image Hover with CSS and jQuery - CodexWorld","og_description":"Image enlarge effect with CSS and jQuery - Learn how to add zoom effect on image hover using jQuery and CSS. Short and simple image mouseover zoom effect script.","og_url":"https:\/\/www.codexworld.com\/image-hover-zoom-effect-css-jquery\/","og_site_name":"CodexWorld","article_publisher":"https:\/\/www.facebook.com\/codexworld","article_author":"https:\/\/www.facebook.com\/codexworld","article_published_time":"2016-11-24T16:45:37+00:00","og_image":[{"width":1366,"height":768,"url":"https:\/\/www.codexworld.com\/wp-content\/uploads\/2016\/11\/image-hover-zoom-effect-with-css-jquery-codexworld.png","type":"image\/png"}],"author":"CodexWorld","twitter_card":"summary_large_image","twitter_creator":"@codexworldblog","twitter_site":"@codexworldweb","twitter_misc":{"Written by":"CodexWorld","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.codexworld.com\/image-hover-zoom-effect-css-jquery\/#article","isPartOf":{"@id":"https:\/\/www.codexworld.com\/image-hover-zoom-effect-css-jquery\/"},"author":{"name":"CodexWorld","@id":"https:\/\/www.codexworld.com\/#\/schema\/person\/9da51d8fa3cdefeb5ec9c69136d4baf0"},"headline":"Adding Zoom Effect on Image Hover with CSS and jQuery","datePublished":"2016-11-24T16:45:37+00:00","mainEntityOfPage":{"@id":"https:\/\/www.codexworld.com\/image-hover-zoom-effect-css-jquery\/"},"wordCount":200,"commentCount":0,"publisher":{"@id":"https:\/\/www.codexworld.com\/#organization"},"image":{"@id":"https:\/\/www.codexworld.com\/image-hover-zoom-effect-css-jquery\/#primaryimage"},"thumbnailUrl":"https:\/\/www.codexworld.com\/wp-content\/uploads\/2016\/11\/image-hover-zoom-effect-with-css-jquery-codexworld.png","keywords":["CSS","jQuery","ZoomEffect"],"articleSection":["jQuery"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.codexworld.com\/image-hover-zoom-effect-css-jquery\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.codexworld.com\/image-hover-zoom-effect-css-jquery\/","url":"https:\/\/www.codexworld.com\/image-hover-zoom-effect-css-jquery\/","name":"Adding Zoom Effect on Image Hover with CSS and jQuery - CodexWorld","isPartOf":{"@id":"https:\/\/www.codexworld.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.codexworld.com\/image-hover-zoom-effect-css-jquery\/#primaryimage"},"image":{"@id":"https:\/\/www.codexworld.com\/image-hover-zoom-effect-css-jquery\/#primaryimage"},"thumbnailUrl":"https:\/\/www.codexworld.com\/wp-content\/uploads\/2016\/11\/image-hover-zoom-effect-with-css-jquery-codexworld.png","datePublished":"2016-11-24T16:45:37+00:00","description":"Image enlarge effect with CSS and jQuery - Learn how to add zoom effect on image hover using jQuery and CSS. Short and simple image mouseover zoom effect script.","breadcrumb":{"@id":"https:\/\/www.codexworld.com\/image-hover-zoom-effect-css-jquery\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.codexworld.com\/image-hover-zoom-effect-css-jquery\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.codexworld.com\/image-hover-zoom-effect-css-jquery\/#primaryimage","url":"https:\/\/www.codexworld.com\/wp-content\/uploads\/2016\/11\/image-hover-zoom-effect-with-css-jquery-codexworld.png","contentUrl":"https:\/\/www.codexworld.com\/wp-content\/uploads\/2016\/11\/image-hover-zoom-effect-with-css-jquery-codexworld.png","width":1366,"height":768,"caption":"image-hover-zoom-effect-with-css-jquery-codexworld"},{"@type":"BreadcrumbList","@id":"https:\/\/www.codexworld.com\/image-hover-zoom-effect-css-jquery\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.codexworld.com\/"},{"@type":"ListItem","position":2,"name":"Adding Zoom Effect on Image Hover with CSS and jQuery"}]},{"@type":"WebSite","@id":"https:\/\/www.codexworld.com\/#website","url":"https:\/\/www.codexworld.com\/","name":"CodexWorld","description":"Web &amp; Mobile App Development Company","publisher":{"@id":"https:\/\/www.codexworld.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.codexworld.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.codexworld.com\/#organization","name":"CodexWorld","url":"https:\/\/www.codexworld.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.codexworld.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.codexworld.com\/wp-content\/uploads\/2014\/09\/codexworld-logo.png","contentUrl":"https:\/\/www.codexworld.com\/wp-content\/uploads\/2014\/09\/codexworld-logo.png","width":200,"height":19,"caption":"CodexWorld"},"image":{"@id":"https:\/\/www.codexworld.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/codexworld","https:\/\/x.com\/codexworldweb","https:\/\/www.linkedin.com\/company\/codexworld","https:\/\/www.youtube.com\/codexworld"]},{"@type":"Person","@id":"https:\/\/www.codexworld.com\/#\/schema\/person\/9da51d8fa3cdefeb5ec9c69136d4baf0","name":"CodexWorld","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/cf4999db3b409de559f80677afa01729bb2eeda19be273c254e8b2c22729e386?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/cf4999db3b409de559f80677afa01729bb2eeda19be273c254e8b2c22729e386?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cf4999db3b409de559f80677afa01729bb2eeda19be273c254e8b2c22729e386?s=96&r=g","caption":"CodexWorld"},"description":"CodexWorld is a programming blog, one-stop destination for web professionals \u2014 developers, programmers, freelancers, and site owners.","sameAs":["http:\/\/www.codexworld.com","https:\/\/www.facebook.com\/codexworld","https:\/\/x.com\/codexworldblog"],"url":"https:\/\/www.codexworld.com\/author\/nitya192265\/"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/www.codexworld.com\/wp-content\/uploads\/2016\/11\/image-hover-zoom-effect-with-css-jquery-codexworld.png","jetpack_shortlink":"https:\/\/wp.me\/p6bxIh-vI","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.codexworld.com\/wp-json\/wp\/v2\/posts\/1966","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.codexworld.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.codexworld.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.codexworld.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.codexworld.com\/wp-json\/wp\/v2\/comments?post=1966"}],"version-history":[{"count":4,"href":"https:\/\/www.codexworld.com\/wp-json\/wp\/v2\/posts\/1966\/revisions"}],"predecessor-version":[{"id":1971,"href":"https:\/\/www.codexworld.com\/wp-json\/wp\/v2\/posts\/1966\/revisions\/1971"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.codexworld.com\/wp-json\/wp\/v2\/media\/1967"}],"wp:attachment":[{"href":"https:\/\/www.codexworld.com\/wp-json\/wp\/v2\/media?parent=1966"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.codexworld.com\/wp-json\/wp\/v2\/categories?post=1966"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.codexworld.com\/wp-json\/wp\/v2\/tags?post=1966"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}