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
There is no http:// in your url? If so, make sure you add it to your app.path config setting. Without the https:// it won't be able to parse the URL correctly.
Hello,
I am currently using OctoberCMS on a subdirectory and when passing a src via twig variable like
<img src="{{ img.path }}" />
and the HTML output for the image path looks like:
<img src="domain.com/subdir/storage/app/media/odisha-ration-card-1.png" />
or
<img src="domain.com/storage/app/media/odisha-ration-card-1.png" />
The plugin is not adding the srcset attributes - any chance to make it work for absolute paths or how to pass only the relative path?
I have set the correct app.url in my app config
Thank you in advance for your help - appreciated
The text was updated successfully, but these errors were encountered: