Jisse Reitsma

Results 207 comments of Jisse Reitsma

Could you upgrade to Yireo NextGenImages 0.2.5 to see if this works? I'm assuming that the CDN is configured by setting a different Media URL. If yet another solution is...

Could you confirm this in a precise way? You say that the CDN is configured from the Magento backend but you are not indicating whether the ONLY way to configure...

No, I don't have a demo for this free extension. But we are not troubleshooting my development environment or a demo, we're troubleshooting your environment. And I still don't have...

Thanks for the feedback. Unfortunately, I tried this now on some development environments in production mode and found it to be working. Could you please point to a non-working environment?...

Could you double-check the extensions and their releases? The current release of NextGenImages is 0.2.2. And it would be a pity to troubleshoot something that has been fixed already. To...

There is no cache whatever. The original `img` tag is replaced with a `picture` tag so that the additional `srcset` could be used for WebP. The original images are left...

Thanks. But I think this functionality would be much more to be picked up by a module that deals with lazy loading right? The core feature of this module is...

@MagePsycho The skip lazy load feature is not designed to also skip the WebP conversion. Could it be that there is some other reason why the WebP conversion is not...

It should. Note that this class is responsible for skipping things on an entire page: https://github.com/yireo/Yireo_NextGenImages/blob/master/Util/ShouldModifyOutput.php That's the only occurrance of the word "skip" in my extension as of yet....

Theoretically, you can, because you can intercept blocks with either observers or DI plugins. But if you are asking if it is supported by this very extension, the answer is...