{"id":382,"date":"2016-09-23T14:55:18","date_gmt":"2016-09-23T17:55:18","guid":{"rendered":"https:\/\/wiki.samuelchopard.ch\/?p=382"},"modified":"2019-03-18T14:29:24","modified_gmt":"2019-03-18T13:29:24","slug":"remove-grow-hover-effect-zoom-inzoom-out","status":"publish","type":"post","link":"https:\/\/samuelchopard.ch\/wiki\/library\/remove-grow-hover-effect-zoom-inzoom-out\/","title":{"rendered":"Remove grow hover effect (zoom in\/zoom out)"},"content":{"rendered":"<p><!--more--><\/p>\n<p>Add this to your <a target=\"_blank\" href=\"https:\/\/samuelchopard.ch\/wiki\/2016\/05\/29\/download-blank-child-theme\/\" target=\"_blank\" rel=\"noopener noreferrer\">child-theme&#8217;s<\/a> <em>style.css<\/em>:<\/p>\n<pre class=\"EnlighterJSRAW\">.selector:hover img {\n     -webkit-transform: scale(1);\n     -moz-transform: scale(1);\n     -o-transform: scale(1);\n     -ms-transform: scale(1);\n     transform: scale(1);\n}<\/pre>\n<p>Source: <a target=\"_blank\" href=\"https:\/\/css-tricks.com\/snippets\/css\/scale-on-hover-with-webkit-transition\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/css-tricks.com\/snippets\/css\/scale-on-hover-with-webkit-transition\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"Add this to your child-theme's style.css: .selector:hover img { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } [...]","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[94,121,131,139,199,257,333],"class_list":["post-382","post","type-post","status-publish","format-standard","hentry","category-htmlcss","tag-effect","tag-grow","tag-hover","tag-in","tag-out","tag-scale","tag-zoom"],"_links":{"self":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/382","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/comments?post=382"}],"version-history":[{"count":1,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/382\/revisions"}],"predecessor-version":[{"id":54892,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/382\/revisions\/54892"}],"wp:attachment":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/media?parent=382"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/categories?post=382"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/tags?post=382"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}