Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #920929

    The embedded metadata in the full-screen previews on my photography portfolio galleries is missing. The metadata I’m referring to is my copyright notice and authorship information along with all of the camera data. Keeping this data with the large file is important to me.

    All the other “smaller” versions for mobile screens and for thumbnail views still have the metadata present. It’s just the large “full page/full screen previews.

    FYI….I’m not referring to the watermark and/or the visible copyright notice that I’ve placed on each photograph. That is still present on all size versions.

    Thank you.

    #921187

    Hey stickinc,

    Please add the following to your theme functions.php file

    add_filter (‘image_strip_meta’, false);

    That will work for any files uploaded from now on.

    Best regards,
    Basilis

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.