From 8acd425dc7b8f50096e88972f53e46ec19cf3646 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sat, 9 Dec 2023 14:40:42 -0600 Subject: [PATCH] Push back FAQ question hierarchy --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ac3725f3..3ae6443d 100644 --- a/README.md +++ b/README.md @@ -123,17 +123,17 @@ Installation FAQ - -### Why are my thumbnails square? +#### Why are my thumbnails square? > Absent configuration, the default grid aspect ratio is `1`. It can be set to any number (for instance `1.5` for 3:2 images) via `NEXT_PUBLIC_GRID_ASPECT_RATIO` or ignored entirely by setting to `0`. -### My images/content have fallen out of sync with my database and/or my production site no longer matches local development. What do I do? +#### My images/content have fallen out of sync with my database and/or my production site no longer matches local development. What do I do? > Navigate to `/admin/configuration` and click "Clear Cache." -### I'm seeing server-side runtime errors when loading a page after updating my fork. What do I do? +#### I'm seeing server-side runtime errors when loading a page after updating my fork. What do I do? > Navigate to `/admin/configuration` and click "Clear Cache." If this doesn't help, [open an issue](https://github.com/sambecker/exif-photo-blog/issues/new). -### Why aren't my Fujifilm simulations importing alongside EXIF data? +#### Why aren't my Fujifilm simulations importing alongside EXIF data? > Fujifilm simulation data is stored in vendor-specific Makernote binaries embedded in EXIF data. Under certain circumstances an intermediary may strip out this data for a variety of reasons. For instance, there is a known issue on iOS where editing an image, e.g., cropping it, causes Makernote data loss. If your simulation data appears to be missing, try importing the original file as it was stored by the camera. Additionally, if you can confirm the simulation mode on camera, you can then edit the photo record and manually select it. -### Why do my images appear flipped/rotated incorrectly?
+#### Why do my images appear flipped/rotated incorrectly? > For a number of reasons, only EXIF orientations: 1, 3, 6, and 8 are supported. Orientations 2, 4, 5, and 7—which make use of mirroring—are not supported.