{"id":1882,"date":"2026-01-05T13:36:16","date_gmt":"2026-01-05T13:36:16","guid":{"rendered":"https:\/\/regallery.team\/core\/?p=1882"},"modified":"2026-04-04T20:52:56","modified_gmt":"2026-04-04T20:52:56","slug":"heic-support-in-wordpress-what-you-need-to-know","status":"publish","type":"post","link":"https:\/\/regallery.team\/core\/heic-support-in-wordpress-what-you-need-to-know\/","title":{"rendered":"HEIC Support in WordPress: What You Need to Know"},"content":{"rendered":"\n<p>HEIC (High Efficiency Image Container) is becoming increasingly popular, especially among iPhone and modern camera users. It offers <strong>smaller file sizes<\/strong> with <strong>higher image quality<\/strong>, making it an attractive format for photographers and content creators.<\/p>\n\n\n\n<p>However, when it comes to <strong>WordPress<\/strong>, HEIC support is not enabled by default on all sites. In this article, we\u2019ll explain <strong>why<\/strong>, what is required to use HEIC images in WordPress, and how to enable proper support on your hosting environment.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/regallery.team\/core\/wp-content\/uploads\/2026\/01\/HEIC-support-1024x576.png\" alt=\"\" class=\"wp-image-1884\" srcset=\"https:\/\/regallery.team\/core\/wp-content\/uploads\/2026\/01\/HEIC-support-1024x576.png 1024w, https:\/\/regallery.team\/core\/wp-content\/uploads\/2026\/01\/HEIC-support-400x225.png 400w, https:\/\/regallery.team\/core\/wp-content\/uploads\/2026\/01\/HEIC-support-768x432.png 768w, https:\/\/regallery.team\/core\/wp-content\/uploads\/2026\/01\/HEIC-support-1536x864.png 1536w, https:\/\/regallery.team\/core\/wp-content\/uploads\/2026\/01\/HEIC-support.png 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<div class=\"wp-block-uagb-separator uagb-block-8a713121\"><div class=\"wp-block-uagb-separator__inner\" style=\"--my-background-image:\"><\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Why HEIC Uploads Don\u2019t Always Work in WordPress<\/h2>\n\n\n\n<p>WordPress itself can <em>accept<\/em> HEIC files, but uploading a file is only half the story.<\/p>\n\n\n\n<p>To properly use images in WordPress, the server must be able to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Read the image<\/li>\n\n\n\n<li>Generate thumbnails<\/li>\n\n\n\n<li>Resize and optimize it<\/li>\n<\/ul>\n\n\n\n<p>This image processing is handled by <strong>PHP image libraries<\/strong>, not WordPress core.<\/p>\n\n\n\n<p>\ud83d\udc49 <strong>HEIC requires the Imagick PHP extension with HEIC support enabled.<\/strong><\/p>\n\n\n\n<p>If this requirement is not met, HEIC uploads may:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Fail silently<\/li>\n\n\n\n<li>Upload without thumbnails<\/li>\n\n\n\n<li>Show errors during processing<\/li>\n\n\n\n<li>Break galleries or layouts<\/li>\n<\/ul>\n\n\n\n<div class=\"wp-block-uagb-separator uagb-block-555f84f2\"><div class=\"wp-block-uagb-separator__inner\" style=\"--my-background-image:\"><\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">The Key Requirement: Imagick PHP Extension<\/h2>\n\n\n\n<p>WordPress can work with two image libraries:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>GD<\/strong> (default on many servers)<\/li>\n\n\n\n<li><strong>Imagick<\/strong> (more powerful, but optional)<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Important:<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u274c GD <strong>does not support HEIC<\/strong><\/li>\n\n\n\n<li>\u2705 Imagick <strong>can support HEIC<\/strong>, <em>but only if compiled with libheif<\/em><\/li>\n<\/ul>\n\n\n\n<p>Simply having Imagick installed is <strong>not enough<\/strong> \u2014 it must be built with <strong>HEIC\/HEIF support<\/strong> at the server level.<\/p>\n\n\n\n<div class=\"wp-block-uagb-separator uagb-block-4930fae8\"><div class=\"wp-block-uagb-separator__inner\" style=\"--my-background-image:\"><\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Why Hosting Configuration Matters<\/h2>\n\n\n\n<p>HEIC support must be enabled <strong>by your hosting provider<\/strong>.<\/p>\n\n\n\n<p>At the server level, this typically requires:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>ImageMagick 7+<\/li>\n\n\n\n<li><code>libheif<\/code> installed<\/li>\n\n\n\n<li>PHP Imagick extension compiled with HEIC support<\/li>\n<\/ul>\n\n\n\n<p>On many shared hosting plans, HEIC is <strong>disabled by default<\/strong> due to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Resource usage<\/li>\n\n\n\n<li>Security policies<\/li>\n\n\n\n<li>Outdated ImageMagick builds<\/li>\n<\/ul>\n\n\n\n<p>That\u2019s why two WordPress sites can behave completely differently with the same plugin or theme.<\/p>\n\n\n\n<div class=\"wp-block-uagb-separator uagb-block-45b5a11c\"><div class=\"wp-block-uagb-separator__inner\" style=\"--my-background-image:\"><\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">What You Should Do If HEIC Uploads Don\u2019t Work<\/h2>\n\n\n\n<p><strong>1\ufe0f\u20e3 Contact your hosting provider<\/strong><\/p>\n\n\n\n<p>Ask them specifically: Does my server have PHP Imagick installed with HEIC (libheif) support enabled?<\/p>\n\n\n\n<p>2\ufe0f\u20e3<strong> Enable Imagick with HEIC support<\/strong><\/p>\n\n\n\n<p>If you\u2019re on a VPS or dedicated server, your hosting provider can install or recompile the necessary libraries.<\/p>\n\n\n\n<p>3\ufe0f\u20e3<strong> Use JPG or PNG as a fallback<\/strong><\/p>\n\n\n\n<p>Until HEIC support is available, converting images before upload ensures compatibility.<\/p>\n\n\n\n<div class=\"wp-block-uagb-separator uagb-block-244fec52\"><div class=\"wp-block-uagb-separator__inner\" style=\"--my-background-image:\"><\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">How Re Gallery Plugin Handles HEIC Uploads<\/h2>\n\n\n\n<figure class=\"wp-block-image alignleft size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"398\" src=\"https:\/\/regallery.team\/core\/wp-content\/uploads\/2026\/01\/HEIC-notice-1-1024x398.png\" alt=\"\" class=\"wp-image-1891\" srcset=\"https:\/\/regallery.team\/core\/wp-content\/uploads\/2026\/01\/HEIC-notice-1-1024x398.png 1024w, https:\/\/regallery.team\/core\/wp-content\/uploads\/2026\/01\/HEIC-notice-1-400x155.png 400w, https:\/\/regallery.team\/core\/wp-content\/uploads\/2026\/01\/HEIC-notice-1-768x298.png 768w, https:\/\/regallery.team\/core\/wp-content\/uploads\/2026\/01\/HEIC-notice-1-1536x597.png 1536w, https:\/\/regallery.team\/core\/wp-content\/uploads\/2026\/01\/HEIC-notice-1.png 1832w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>To provide a better user experience, the gallery:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Detects whether Imagick with HEIC support is available<\/li>\n\n\n\n<li>Warns users when HEIC uploads are not supported<\/li>\n\n\n\n<li>Prevents broken or partially processed uploads<\/li>\n\n\n\n<li>Clearly explains what is required to enable HEIC<\/li>\n<\/ul>\n\n\n\n<p>This avoids confusion and ensures your galleries always work as expected.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>HEIC Support in WordPress: What You Need to Know<\/p>\n","protected":false},"author":1,"featured_media":1884,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","footnotes":""},"categories":[17],"tags":[],"class_list":["post-1882","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog-post"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>HEIC Support in WordPress: What You Need to Know<\/title>\n<meta name=\"description\" content=\"Learn how HEIC support works in WordPress, why uploads fail, and how to enable compatibility using Imagick and proper server configuration.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/regallery.team\/core\/heic-support-in-wordpress-what-you-need-to-know\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HEIC Support in WordPress: Requirements &amp; Fixes\" \/>\n<meta property=\"og:description\" content=\"Discover why HEIC images don\u2019t always work in WordPress and how to enable full support with the right server setup and tools.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/regallery.team\/core\/heic-support-in-wordpress-what-you-need-to-know\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-01-05T13:36:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-04T20:52:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/regallery.team\/core\/wp-content\/uploads\/2026\/01\/HEIC-support.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"HEIC Support in WordPress Explained\" \/>\n<meta name=\"twitter:description\" content=\"Fix HEIC upload issues in WordPress and learn how to enable full support with Imagick and proper server configuration.\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\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:\\\/\\\/regallery.team\\\/core\\\/heic-support-in-wordpress-what-you-need-to-know\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/regallery.team\\\/core\\\/heic-support-in-wordpress-what-you-need-to-know\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/regallery.team\\\/core\\\/#\\\/schema\\\/person\\\/33895a848e41195a48d3f0df28aa7936\"},\"headline\":\"HEIC Support in WordPress: What You Need to Know\",\"datePublished\":\"2026-01-05T13:36:16+00:00\",\"dateModified\":\"2026-04-04T20:52:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/regallery.team\\\/core\\\/heic-support-in-wordpress-what-you-need-to-know\\\/\"},\"wordCount\":424,\"image\":{\"@id\":\"https:\\\/\\\/regallery.team\\\/core\\\/heic-support-in-wordpress-what-you-need-to-know\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/regallery.team\\\/core\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/HEIC-support.png\",\"articleSection\":[\"Blog post\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/regallery.team\\\/core\\\/heic-support-in-wordpress-what-you-need-to-know\\\/\",\"url\":\"https:\\\/\\\/regallery.team\\\/core\\\/heic-support-in-wordpress-what-you-need-to-know\\\/\",\"name\":\"HEIC Support in WordPress: What You Need to Know\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/regallery.team\\\/core\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/regallery.team\\\/core\\\/heic-support-in-wordpress-what-you-need-to-know\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/regallery.team\\\/core\\\/heic-support-in-wordpress-what-you-need-to-know\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/regallery.team\\\/core\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/HEIC-support.png\",\"datePublished\":\"2026-01-05T13:36:16+00:00\",\"dateModified\":\"2026-04-04T20:52:56+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/regallery.team\\\/core\\\/#\\\/schema\\\/person\\\/33895a848e41195a48d3f0df28aa7936\"},\"description\":\"Learn how HEIC support works in WordPress, why uploads fail, and how to enable compatibility using Imagick and proper server configuration.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/regallery.team\\\/core\\\/heic-support-in-wordpress-what-you-need-to-know\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/regallery.team\\\/core\\\/heic-support-in-wordpress-what-you-need-to-know\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/regallery.team\\\/core\\\/heic-support-in-wordpress-what-you-need-to-know\\\/#primaryimage\",\"url\":\"https:\\\/\\\/regallery.team\\\/core\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/HEIC-support.png\",\"contentUrl\":\"https:\\\/\\\/regallery.team\\\/core\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/HEIC-support.png\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/regallery.team\\\/core\\\/heic-support-in-wordpress-what-you-need-to-know\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/regallery.team\\\/core\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"HEIC Support in WordPress: What You Need to Know\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/regallery.team\\\/core\\\/#website\",\"url\":\"https:\\\/\\\/regallery.team\\\/core\\\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/regallery.team\\\/core\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/regallery.team\\\/core\\\/#\\\/schema\\\/person\\\/33895a848e41195a48d3f0df28aa7936\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/01b797e8bf7b44139e1247ded249626682575588cd1ed861a7e1f4b536832520?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/01b797e8bf7b44139e1247ded249626682575588cd1ed861a7e1f4b536832520?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/01b797e8bf7b44139e1247ded249626682575588cd1ed861a7e1f4b536832520?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"http:\\\/\\\/regallery.team\\\/core\"],\"url\":\"https:\\\/\\\/regallery.team\\\/core\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"HEIC Support in WordPress: What You Need to Know","description":"Learn how HEIC support works in WordPress, why uploads fail, and how to enable compatibility using Imagick and proper server configuration.","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:\/\/regallery.team\/core\/heic-support-in-wordpress-what-you-need-to-know\/","og_locale":"en_US","og_type":"article","og_title":"HEIC Support in WordPress: Requirements & Fixes","og_description":"Discover why HEIC images don\u2019t always work in WordPress and how to enable full support with the right server setup and tools.","og_url":"https:\/\/regallery.team\/core\/heic-support-in-wordpress-what-you-need-to-know\/","article_published_time":"2026-01-05T13:36:16+00:00","article_modified_time":"2026-04-04T20:52:56+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/regallery.team\/core\/wp-content\/uploads\/2026\/01\/HEIC-support.png","type":"image\/png"}],"author":"admin","twitter_card":"summary_large_image","twitter_title":"HEIC Support in WordPress Explained","twitter_description":"Fix HEIC upload issues in WordPress and learn how to enable full support with Imagick and proper server configuration.","twitter_misc":{"Written by":"admin","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/regallery.team\/core\/heic-support-in-wordpress-what-you-need-to-know\/#article","isPartOf":{"@id":"https:\/\/regallery.team\/core\/heic-support-in-wordpress-what-you-need-to-know\/"},"author":{"name":"admin","@id":"https:\/\/regallery.team\/core\/#\/schema\/person\/33895a848e41195a48d3f0df28aa7936"},"headline":"HEIC Support in WordPress: What You Need to Know","datePublished":"2026-01-05T13:36:16+00:00","dateModified":"2026-04-04T20:52:56+00:00","mainEntityOfPage":{"@id":"https:\/\/regallery.team\/core\/heic-support-in-wordpress-what-you-need-to-know\/"},"wordCount":424,"image":{"@id":"https:\/\/regallery.team\/core\/heic-support-in-wordpress-what-you-need-to-know\/#primaryimage"},"thumbnailUrl":"https:\/\/regallery.team\/core\/wp-content\/uploads\/2026\/01\/HEIC-support.png","articleSection":["Blog post"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/regallery.team\/core\/heic-support-in-wordpress-what-you-need-to-know\/","url":"https:\/\/regallery.team\/core\/heic-support-in-wordpress-what-you-need-to-know\/","name":"HEIC Support in WordPress: What You Need to Know","isPartOf":{"@id":"https:\/\/regallery.team\/core\/#website"},"primaryImageOfPage":{"@id":"https:\/\/regallery.team\/core\/heic-support-in-wordpress-what-you-need-to-know\/#primaryimage"},"image":{"@id":"https:\/\/regallery.team\/core\/heic-support-in-wordpress-what-you-need-to-know\/#primaryimage"},"thumbnailUrl":"https:\/\/regallery.team\/core\/wp-content\/uploads\/2026\/01\/HEIC-support.png","datePublished":"2026-01-05T13:36:16+00:00","dateModified":"2026-04-04T20:52:56+00:00","author":{"@id":"https:\/\/regallery.team\/core\/#\/schema\/person\/33895a848e41195a48d3f0df28aa7936"},"description":"Learn how HEIC support works in WordPress, why uploads fail, and how to enable compatibility using Imagick and proper server configuration.","breadcrumb":{"@id":"https:\/\/regallery.team\/core\/heic-support-in-wordpress-what-you-need-to-know\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/regallery.team\/core\/heic-support-in-wordpress-what-you-need-to-know\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/regallery.team\/core\/heic-support-in-wordpress-what-you-need-to-know\/#primaryimage","url":"https:\/\/regallery.team\/core\/wp-content\/uploads\/2026\/01\/HEIC-support.png","contentUrl":"https:\/\/regallery.team\/core\/wp-content\/uploads\/2026\/01\/HEIC-support.png","width":1920,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/regallery.team\/core\/heic-support-in-wordpress-what-you-need-to-know\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/regallery.team\/core\/"},{"@type":"ListItem","position":2,"name":"HEIC Support in WordPress: What You Need to Know"}]},{"@type":"WebSite","@id":"https:\/\/regallery.team\/core\/#website","url":"https:\/\/regallery.team\/core\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/regallery.team\/core\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/regallery.team\/core\/#\/schema\/person\/33895a848e41195a48d3f0df28aa7936","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/01b797e8bf7b44139e1247ded249626682575588cd1ed861a7e1f4b536832520?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/01b797e8bf7b44139e1247ded249626682575588cd1ed861a7e1f4b536832520?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/01b797e8bf7b44139e1247ded249626682575588cd1ed861a7e1f4b536832520?s=96&d=mm&r=g","caption":"admin"},"sameAs":["http:\/\/regallery.team\/core"],"url":"https:\/\/regallery.team\/core\/author\/admin\/"}]}},"uagb_featured_image_src":{"full":["https:\/\/regallery.team\/core\/wp-content\/uploads\/2026\/01\/HEIC-support.png",1920,1080,false],"thumbnail":["https:\/\/regallery.team\/core\/wp-content\/uploads\/2026\/01\/HEIC-support-150x150.png",150,150,true],"medium":["https:\/\/regallery.team\/core\/wp-content\/uploads\/2026\/01\/HEIC-support-400x225.png",400,225,true],"medium_large":["https:\/\/regallery.team\/core\/wp-content\/uploads\/2026\/01\/HEIC-support-768x432.png",768,432,true],"large":["https:\/\/regallery.team\/core\/wp-content\/uploads\/2026\/01\/HEIC-support-1024x576.png",1024,576,true],"1536x1536":["https:\/\/regallery.team\/core\/wp-content\/uploads\/2026\/01\/HEIC-support-1536x864.png",1536,864,true],"2048x2048":["https:\/\/regallery.team\/core\/wp-content\/uploads\/2026\/01\/HEIC-support.png",1920,1080,false]},"uagb_author_info":{"display_name":"admin","author_link":"https:\/\/regallery.team\/core\/author\/admin\/"},"uagb_comment_info":0,"uagb_excerpt":"HEIC Support in WordPress: What You Need to Know","_links":{"self":[{"href":"https:\/\/regallery.team\/core\/wp-json\/wp\/v2\/posts\/1882","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/regallery.team\/core\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/regallery.team\/core\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/regallery.team\/core\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/regallery.team\/core\/wp-json\/wp\/v2\/comments?post=1882"}],"version-history":[{"count":10,"href":"https:\/\/regallery.team\/core\/wp-json\/wp\/v2\/posts\/1882\/revisions"}],"predecessor-version":[{"id":1896,"href":"https:\/\/regallery.team\/core\/wp-json\/wp\/v2\/posts\/1882\/revisions\/1896"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/regallery.team\/core\/wp-json\/wp\/v2\/media\/1884"}],"wp:attachment":[{"href":"https:\/\/regallery.team\/core\/wp-json\/wp\/v2\/media?parent=1882"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/regallery.team\/core\/wp-json\/wp\/v2\/categories?post=1882"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/regallery.team\/core\/wp-json\/wp\/v2\/tags?post=1882"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}