dazuaz
dazuaz
@kingcw it is not currently possible as it is, since the loader it's only reading from the width parameter. I am not sure I understand, but you could use ```object-fit```...
@johan-Rm Hello, One of the drawbacks of using this loader or any method that transform images at build time its gonna have that speed limitation, 150 images should be fine,...
Hey guys, You can use ```responsive-loader@next ``` to try out experimental cache option ```cacheDirectory: true``` This will cache the result object but not the image files, I have been debating...
@Trinovantes Yes, the images are only produced once, when they are not found in the cache, or when the options change (cache key). What this saves in the cache is...