Hello Laravel experts,
I’m working on a Laravel-based project, and I’m experiencing issues with images either being cropped or not loading fully. The images are uploaded and displayed on various pages of the site, but they’re either cut off or not fully loaded, especially in product listings and gallery sections.
Effected Website Link: https://spiritualgleam.com/ ( please check and guide )
We’re using Laravel's default storage system to handle file uploads and display them. Here’s how we’re currently fetching the images:
I’m wondering if there’s something going wrong during the image upload or retrieval process, possibly with the way Laravel processes the images. The issue seems to be random, and I’m not sure if it’s a problem with image resizing, caching, or some server-side setting that’s affecting how the images are displayed.
Has anyone encountered similar issues with Laravel's image handling? Any advice on what to check or how to debug this issue would be greatly appreciated!
Thanks in advance.