Use image fallback to conversion #2975
Unanswered
Drummond-Dev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I configured the fallback image in the model, but it is not applying to the conversions, how to solve this issue?
public function registerMediaCollections(): void { $this->addMediaCollection('products') ->useFallbackUrl(url('/storage/no-product-image.jpg')); }
Beta Was this translation helpful? Give feedback.
All reactions