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
I wanted to try the plugin with the templates. However, the images are not loaded. My research has shown that the following command does not work. Maybe it was in version 2 of craft.
Hi @dragoono, the code above for the image component looks a little different than intended. Here's what it should look like for that particular image:
Hey,
I wanted to try the plugin with the templates. However, the images are not loaded. My research has shown that the following command does not work. Maybe it was in version 2 of craft.
{{ craft.guide.component('image', { asset: craft.assets.filename('index-dashboard.png').one() }) }}
I load the pictures as follows:
<img src="{{ craft.assets().filename('users-permissions.png').one().getUrl() }}">
Another info:
Remember to set the base URL in the asset volume:
May it helps anyone 👍
The text was updated successfully, but these errors were encountered: