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
Hi! Have crossed to kind of an issue when specifying default preset for animated webp (same with gif). It is not animated any more after optimisation. I suppose it's needed to add "animated: true" somewhere or "pages: -1". Any ideas where I can put it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi! Have crossed to kind of an issue when specifying default preset for animated webp (same with gif). It is not animated any more after optimisation. I suppose it's needed to add "animated: true" somewhere or "pages: -1". Any ideas where I can put it?
default: widthPreset({ loading: 'lazy', widths: [800, 1200, 1440], formats: { webp: { quality: 100 }, }, }),
Beta Was this translation helpful? Give feedback.
All reactions