You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And upload an image it will make a bunch of images like /storage/app/public/{id}/responsive-images/{name}___media_library_original_{width}_{height}.{extension}.
Now I would like to change ___media_library_original_ to something else. I saw that it does work with conversionName.
It will generate another conversions folder with a single conversion file.
But also in /responsive-images it will generate both the responsiveandmedia_library_original files.
So you'll have duplicated files.
It it supposed to work like this ? Shouldn't it only generate the /storage/app/public/{id}/responsive-images/{name}___responsive_{width}_{height}.{extension}.
and not generate the /storage/app/public/{id}/responsive-images/{name}___media_library_original_{width}_{height}.{extension}.
anymore ?
Or what's the correct way to achieve this.
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Custom name for withResponsiveImages on collection
Custom name for withResponsiveImages on addMediaCollection
Jan 5, 2023
Hi,
I'm not sure if this is a bug, but whenever I try to add responsive images like
And upload an image it will make a bunch of images like
/storage/app/public/{id}/responsive-images/{name}___media_library_original_{width}_{height}.{extension}
.Now I would like to change
___media_library_original_
to something else. I saw that it does work withconversionName
.So when you do
It will generate another
conversions
folder with a single conversion file.But also in
/responsive-images
it will generate both theresponsive
andmedia_library_original
files.So you'll have duplicated files.
It it supposed to work like this ? Shouldn't it only generate the
/storage/app/public/{id}/responsive-images/{name}___responsive_{width}_{height}.{extension}
.and not generate the
/storage/app/public/{id}/responsive-images/{name}___media_library_original_{width}_{height}.{extension}
.anymore ?
Or what's the correct way to achieve this.
The text was updated successfully, but these errors were encountered: