Skip to content

Commit 9087c2e

Browse files
authored
Merge pull request #584 from BioKIC/ljwalker-patch-3
Added note about https vs http in image urls
2 parents 289a4b5 + ee854f3 commit 9087c2e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

content/coll_manager/images/url_upload/_index.en.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Image URL Upload"
33
date: 2023-10-31
4-
lastmod: 2023-10-31
4+
lastmod: 2024-08-08
55
weight: 10
66
authors: ["Katie Pearson"]
77
editors: ["Lindsay Walker"]
@@ -22,6 +22,10 @@ keywords: ["images"]
2222
7. If you would like to create a new record for each identifier that does not match an existing identifier in the system, check the box labeled "Link image to new blank record if catalog number does not exist."
2323
8. Click the Import Data button.
2424

25+
{{< notice tip >}}
26+
When providing images via URLs, the URLs should begin with "**https://**" (not "http://") in order for them to display correctly in various browsers. This is especially important for thumbnail images.
27+
{{</ notice >}}
28+
2529
### Setting Up an Image Import File
2630
A template for this upload type can be found [here](https://biokic.github.io/symbiota-docs/documents/GeneralResourceUploadTemplate.xlsx).
2731

@@ -55,4 +59,4 @@ Optional fields are listed in the table below.
5559
| sortOccurrence | Integer (11) | The sort order of the image as it will appear on the page related to the occurrence record. Lower numbers will be displayed before higher numbers.|
5660
| sourceIdentifier | Text (150) | A unique identifier belonging to the image or media item provided by the source of the media item. |
5761
| thumbnailUrl | Text (255) | A thumbnail-sized version (e.g., ~300 pixels in the widest dimension) of the image or media item to be shown quickly in search results.|
58-
| url | Text (255) | A web-ready version of the image or media item, such as a JPG no larger than 2 MB. This is the version that is displayed as "medium resolution" in the occurrence editor.|
62+
| url | Text (255) | A web-ready version of the image or media item, such as a JPG no larger than 2 MB. This is the version that is displayed as "medium resolution" in the occurrence editor.|

0 commit comments

Comments
 (0)