No matter what my screen size is set to, whether it's a small screen, medium, large, etc. The image size doesn't adjust accordingly even when I have srcset & sizes set. The set size of the image when you look at the current src within the properties always seems to be set to the largest size set.
Expected behavior
Images should adjust in size depending on what screen size you have when viewing the page.
Steps to reproduce
Upload an image using Filament Curator
Use the following code (adjust your media id to what your image id is set to):
Filament Version
3.1.20
Plugin Version
3.2.4
PHP Version
8.2
Problem description
No matter what my screen size is set to, whether it's a small screen, medium, large, etc. The image size doesn't adjust accordingly even when I have srcset & sizes set. The set size of the image when you look at the current src within the properties always seems to be set to the largest size set.
Expected behavior
Images should adjust in size depending on what screen size you have when viewing the page.
Steps to reproduce
`
`
Reproduction repository
No response
Relevant log output
No response