mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 13:54:35 +03:00
Fix typo in image-size.js
withing -> within
This commit is contained in:
parent
d2adc08c18
commit
cb9ca30f72
@ -119,7 +119,7 @@ class ImageSize {
|
||||
// };
|
||||
// if the dimensions can be fetched, and rejects with error, if not.
|
||||
// ***
|
||||
// In case we get a locally stored image, which is checked withing the `isLocalImage`
|
||||
// In case we get a locally stored image, which is checked within the `isLocalImage`
|
||||
// function we switch to read the image from the local file storage with `getImageSizeFromStoragePath`.
|
||||
// In case the image is not stored locally and is missing the protocol (like //www.gravatar.com/andsoon),
|
||||
// we add the protocol and use urlFor() to get the absolute URL.
|
||||
|
Loading…
Reference in New Issue
Block a user