Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Dibs 202 posts 991 karma points
    Mar 02, 2022 @ 10:25
    Dibs
    0

    .jfif thumbnails not rendering

    Hi Umbraco Team

    When attempting to add an image of .jfif type via media picker to an RTE field, the thumbnail is not available within the infinite editing panel to select the image from. The image is viewable within the media section.

    Is there a config setting to allow .jfif type thumbnails to be viewable ?

    Dibs

  • Yakov Lebski 554 posts 2118 karma points
    Mar 03, 2022 @ 14:44
    Yakov Lebski
    0

    I believe you need to add it to IIS mime type

      <remove fileExtension=".jfif" />
      <mimeMap fileExtension=".jfif" mimeType="image/jpeg" />
    
  • Dibs 202 posts 991 karma points
    Apr 08, 2022 @ 10:36
    Dibs
    0

    Cheers Yakov

    will give it a go Dibs

Please Sign in or register to post replies

Write your reply to:

Draft