|---------------- | ------
| Bundle version | "vich/uploader-bundle": "^2.1"
| Symfony version | 6.3.0
| PHP version | 8.2.7
Support Question
Hi, actually i'm trying to implement a logo features in a form, all is working pretty good after some little issue with serialization. But now, i'm facing a problem with VichImageType, actually. If we upload a big image, the image will take all the screen and dont fit to the div. I tryied to add a custom class w-100 on my FormType but it didn't do the trick.
Someone have maybe an idea how to change it ? Here is my current code:
|---------------- | ------ | Bundle version | "vich/uploader-bundle": "^2.1" | Symfony version | 6.3.0 | PHP version | 8.2.7
Support Question
Hi, actually i'm trying to implement a logo features in a form, all is working pretty good after some little issue with serialization. But now, i'm facing a problem with VichImageType, actually. If we upload a big image, the image will take all the screen and dont fit to the div. I tryied to add a custom class w-100 on my FormType but it didn't do the trick.
Someone have maybe an idea how to change it ? Here is my current code:
Here is a screenshot of the result: