Skip to content

Commit d5f2f37

Browse files
committed
fix: remove lazy loading as it poorly impacted the ux a lot
1 parent 3217b88 commit d5f2f37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/extensionsIntegrated/phoenix-pro/browser-context/image-gallery.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,6 @@ ImageRibbonGallery.prototype = {
817817
const img = window.document.createElement("img");
818818
img.src = image.thumb_url || image.url;
819819
img.alt = image.alt_text || "";
820-
img.loading = "lazy";
821820

822821
// show hovered image along with dimensions
823822
thumbDiv.addEventListener("mouseenter", () => {

0 commit comments

Comments
 (0)