Skip to content

Commit

Permalink
fix: medium zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
lxndrblz committed Feb 21, 2022
1 parent d2b4566 commit 94973bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/medium-zoom.js
Original file line number Diff line number Diff line change
Expand Up @@ -504,4 +504,4 @@
return mediumZoom;
});

mediumZoom(document.querySelectorAll('div.post-content img'));
mediumZoom(document.querySelectorAll('div.post__content img'));

0 comments on commit 94973bf

Please sign in to comment.