8000 Image resizing from Media page is not working · Issue #614 · awcodes/filament-curator · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Image resizing from Media page is not working #614
Closed
@kapi14

Description

@kapi14

Filament Version

3

Plugin Version

3.7.6

PHP Version

8.2

Problem description

I have specified the image width and height in the config file.
When you upload from the field, resizing is working correctly.
But when you want to upload from /media pages, it keeps the original image file.

Expected behavior

Resized image

Steps to reproduce

  1. Put config settings in curator.php
'image_crop_aspect_ratio' => '16:9',
    'image_resize_mode' => 'contain',
    'image_resize_target_height' => 2000,
    'image_resize_target_width' => 2000,
  1. Go to /media page

  2. Upload image from this page

  3. It will not be resized

  4. Go to a resource with a curator picker field

  5. upload image

  6. The image is resized.

Reproduction repository

No response

Relevant log output

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0