-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resource Detail Image Wrong Version #42
Comments
still in 1.0.6 |
+1 |
1 similar comment
+1 |
Wondering why this is still a bug ? |
This has been fixed and will be included in the next release. |
As far as I can tell, this hasn't been fixed in laravel/nova v1.2.1. Thumbnail url still being used in all three views: index and both detail + edit. |
Make sure you republish your assets:
|
@bonzai Ah, yes - didn't think of that. Thanks, working. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
According to the docs (Customizing Previews) the images displayed on the resource detail page should be the preview version. But the detail and edit page actually show the thumbnail version as it is set in this component:
nova/resources/js/components/Detail/FileField.vue
nova/resources/js/components/Form/FileField.vue
The text was updated successfully, but these errors were encountered: