Add aspect ratio configuration to README
This commit is contained in:
parent
68e9392918
commit
b3cb012eff
19
README.md
19
README.md
@ -123,14 +123,17 @@ Installation
|
||||
|
||||
FAQ
|
||||
-
|
||||
Q: 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?<br />
|
||||
A: Navigate to `/admin/configuration` and click "Clear Cache" button.
|
||||
### 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`.
|
||||
|
||||
Q: I'm seeing server-side runtime errors when loading a page after updating my fork. What do I do?<br />
|
||||
A: Navigate to `/admin/configuration` and click "Clear Cache" button. If this doesn't help, [open an issue](https://github.com/sambecker/exif-photo-blog/issues/new).
|
||||
### 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."
|
||||
|
||||
Q: Why aren't my Fujifilm simulations importing alongside EXIF data?<br />
|
||||
A: 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.
|
||||
### 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).
|
||||
|
||||
Q: Why do my images appear flipped/rotated incorrectly?<br />
|
||||
A: 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.
|
||||
### 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 />
|
||||
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