Question about IMG html Code

mmoore1
Community Contributor

Could someone please explain the different to me between this image code and what happens?  Note the difference between "preview" and "download" in the tag.  I am thinking the second might take longer to display?

1. Inserted from Rich Content Editor (.png)


<img src="https://vcccd.instructure.com/courses/675/files/97080/preview" alt="CourseDesign.png" width="300" height="300" data-api-endpoint="https://vcccd.instructure.com/api/v1/courses/675/files/97080" data-api-returntype="File" />

2. Inserted from Images on the right side bar (.png)

<img src="https://vcccd.instructure.com/courses/675/files/97080/download" alt="CourseDesign.png" data-api-endpoint="https://vcccd.instructure.com/api/v1/courses/675/files/97080" data-api-returntype="File" />

Labels (1)