You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've noticed that sometimes, the size of my images affects if they're rendered at all. For example, giving an image {width: 100, height: 100} works fine, but {width: 75, height: 100} does not work. It renders a JPG placeholder instead. How can I go about fixing this? I noticed the prepareForSizeDisplay param but I am not sure if it will help or how to format it.
Thanks!
The text was updated successfully, but these errors were encountered:
PS: I noticed that the only photos this happens to seem to be photos that returned originally with an "unknown" type. Any insight as to why unknown is returned some times?
PPS: Live photos are unknown only in iOS versions less than 10, it seems. In ios10+ they return with image/heic as their mimetype... I'll make a PR adding some of this to the docs!
Hi, I've noticed that sometimes, the size of my images affects if they're rendered at all. For example, giving an image
{width: 100, height: 100}
works fine, but{width: 75, height: 100}
does not work. It renders a JPG placeholder instead. How can I go about fixing this? I noticed theprepareForSizeDisplay
param but I am not sure if it will help or how to format it.Thanks!
The text was updated successfully, but these errors were encountered: