We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce09203 commit d45191eCopy full SHA for d45191e
_config.yml
@@ -350,5 +350,5 @@ mdb:
350
css: "sha256-jpjYvU3G3N6nrrBwXJoVEYI/0zw8htfFnhT9ljN3JJw="
351
js: "sha256-NdbiivsvWt7VYCt6hYNT3h/th9vSTL4EDWeGs5SN3DA="
352
medium_zoom:
353
- version: "1.0.6"
+ version: "1.0.8"
354
integrity: "sha256-EdPgYcPk/IIrw7FYeuJQexva49pVRZNmt3LculEr7zM="
assets/js/zoom.js
@@ -1,7 +1,6 @@
1
// Initialize medium zoom.
2
$(document).ready(function() {
3
medium_zoom = mediumZoom('[data-zoomable]', {
4
- margin: 100,
5
background: getComputedStyle(document.documentElement)
6
.getPropertyValue('--global-bg-color') + 'ee', // + 'ee' for trasparency.
7
})
0 commit comments