luceos In the Upload configuration page, add a mimetype that matches the HEIC image file, then see if it can be rendered using "image preview" mode. Make sure to click the plus button to add it.
treyb Th0mC Sorry to bump such an old post, but I have done the below to get HEIC's to work on my site. Use MIME (image\/(gif|jpeg|png|heic|heif)) in FOF/Upload Add the below code to .htaccess AddType image/heics .heic AddType image/heifs .heif
margeb Now I have users who upload .heic images. This works great, but they are not displayed. The URL is stored in the post. How can I make these images visible?