From f9d32452f9c82129b8523fa3c240535965bfda5d Mon Sep 17 00:00:00 2001 From: Sascha Date: Sun, 27 Oct 2019 10:06:24 +0100 Subject: [PATCH] docs: Added notice about Large Media option (#2805) * Added notice about Large Media I ran into this issue when activating Large Media while still having not imported files. * docs: change 'important' to 'note' to make it consistent with places in the docs --- website/content/docs/netlify-large-media.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/content/docs/netlify-large-media.md b/website/content/docs/netlify-large-media.md index 2f15e160..9ea16bab 100644 --- a/website/content/docs/netlify-large-media.md +++ b/website/content/docs/netlify-large-media.md @@ -28,6 +28,8 @@ You can learn more about this feature in [Netlify's image transformation docs](h In repositories enabled with Netlify Large Media, Netlify CMS will use the image transformation query parameters to load thumbnail-sized images for the media gallery view. This makes images in the media gallery load significantly faster. +**Note:** When using this option all tracked file types have to be imported into Large Media. For example if you track `*.jpg` but still have jpg-files that are not imported into Large Media the backend will throw an error. Check the [netlify docs](https://docs.netlify.com/large-media/setup/#migrate-files-from-git-history) on how to add previously commited files to Large Media. + You can disable the automatic image transformations with the `use_large_media_transforms_in_media_library` configuration setting, nested under `backend` in the CMS `config.yml` file: ```