Change file format? #3293
Unanswered
panthro100
asked this question in
Q&A
Replies: 1 comment
-
I do this : Can you delete media afterwards? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to create
webp
images, I have tried the following without any success:Am I correct thinking that it needs to be added as a
conversion
?When I do this, I store the original uploaded file (
jpeg
) and an extra converted file underconversions
, which is the originaljpeg
converted towebp
, and then the various responsive image versions of thewebp
inwebp
format in theresponsive image
folder.Is there a way to just store the responsive
webp
images? Without storing the original convertedwebp
file in theconversions
folder?Beta Was this translation helpful? Give feedback.
All reactions