Skip to content
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

JPEG file not allowing. #418

Open
pratikdzignuts opened this issue Oct 13, 2023 · 0 comments
Open

JPEG file not allowing. #418

pratikdzignuts opened this issue Oct 13, 2023 · 0 comments

Comments

@pratikdzignuts
Copy link

pratikdzignuts commented Oct 13, 2023

Hello,
I'm installing this package in my nova project, And I'm Uing Images Class for upload multiple files but this class not accept jpeg format image. Also I'm trying to upload image with Media class but this class not provide crop functionality. can you please help how to resolve issue. my code is Media::make('Image','image')->singleMediaRules(['mimes:png,jpg,jpeg'])->croppable(true);
Images::make('Image','image')->singleImageRules(['mimes:png,jpg,jpeg']).
Errors:
Method Ebess\AdvancedNovaMediaLibrary\Fields\Media::croppable does not exist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant