Not sure if this is an actual issue or just that I don’t understand something. However…
In a new project, I ran through these steps:
- Right clicked on an image in the unsplash resources, picked “Add to project resources”.
- Verified that the image was in the project resources.
- Added an image to a page.
- Selected “Warehoused” and set the link to the project resource.
All spiffy so far. But the tag I get for the image I just linked is this:
<img class=" " data-src="https://images.unsplash.com/photo-1556742212-5b321f3c261b?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjEzMjQ5fQ" alt="" uk-img="offsetTop: 50vh; offsetLeft: 0vw; target: false" >
If I copy a file from my computer into the project resources, the data-src in the tag is something like “resources/IMG_blahblahblah.jpg”. I would think that if I’d copied from Unsplash resources to project resource, the data-src would always contain resources.
Could this be a problem with Unsplash? Or how things get copied from Unsplash to project resources? Or am I simply misunderstanding how to use Unsplash resources?