Push back FAQ question hierarchy
This commit is contained in:
parent
d9db93cb87
commit
8acd425dc7
10
README.md
10
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?<br />
|
||||
#### 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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user