-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Basic (Legacy) support for Hyva themes, rely on browser level lazyloa…
…ding where possible (#14) Co-authored-by: Cautious Couscous <[email protected]>
- Loading branch information
Rob Aimes
and
Cautious Couscous
authored
Oct 7, 2022
1 parent
a43cdbc
commit 4a58149
Showing
12 changed files
with
29 additions
and
127 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0"?> | ||
<!-- | ||
/** | ||
* Copyright © Fisheye Media Ltd. All rights reserved. | ||
* See LICENCE.txt for licence details. | ||
*/ | ||
--> | ||
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> | ||
<head> | ||
<!-- | ||
Ideally we wouldn't use lazysizes here, and would rely on native loading features. | ||
This is legacy support for existing sites that are expected to have content that uses older markup. | ||
--> | ||
<script src="Fisheye_Lazyload/js/lazysizes.min.js" async="async" /> | ||
<script src="Fisheye_Lazyload/js/ls.native-loading.min.js" async="async" /> | ||
</head> | ||
<body> | ||
<!-- Preloading feature not supported for Hyva themes --> | ||
<referenceBlock name="lazyload.preload.config" remove="true"/> | ||
</body> | ||
</page> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.