Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion etc/frontend/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</type>


<!-- Integration with Magefan_WebP -->
<!-- Integration with Magefan_WebP (legacy, pre-CoreImageConverter) -->
<type name="Magefan\WebP\Model\WebP">
<plugin name="magefan_lazyLoad_plugin_for_webp"
type="Magefan\LazyLoad\Plugin\Magefan\WebP\Model\WebPPlugin" sortOrder="10000"/>
Expand All @@ -39,6 +39,12 @@
type="Magefan\LazyLoad\Plugin\Magefan\WebP\Api\HtmlParserInterfacePlugin" sortOrder="10000"/>
</type>

<!-- Integration with Magefan_CoreImageConverter -->
<type name="Magefan\CoreImageConverter\Api\HtmlParserInterface">
<plugin name="magefan_lazyLoad_plugin_for_webp"
type="Magefan\LazyLoad\Plugin\Magefan\WebP\Api\HtmlParserInterfacePlugin" sortOrder="10000"/>
</type>


<type name="Magefan\LazyLoad\Plugin\BlockPlugin">
<arguments>
Expand Down