Skip to content

Commit

Permalink
Changes to be committed:
Browse files Browse the repository at this point in the history
	modified:   src/assets/js/main.js
  • Loading branch information
rebron1900 committed Apr 7, 2024
1 parent 0d2f1b8 commit 059e6c0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,12 @@ gallery.forEach(function (e) {
});

function initZoom() {
this.$nextTick(() => {
mediumZoom(".markdown img", {
background: "rgba(0,0,0,0.75)",
});
});
// this.$nextTick(() => {
// mediumZoom(".markdown img", {
// background: "rgba(0,0,0,0.75)",
// });
// });
return;
}

search();
Expand Down

0 comments on commit 059e6c0

Please sign in to comment.