We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f21109 commit 90942d2Copy full SHA for 90942d2
_config.yml
@@ -370,5 +370,5 @@ mdb:
370
css: "sha256-jpjYvU3G3N6nrrBwXJoVEYI/0zw8htfFnhT9ljN3JJw="
371
js: "sha256-NdbiivsvWt7VYCt6hYNT3h/th9vSTL4EDWeGs5SN3DA="
372
medium_zoom:
373
- version: "1.0.6"
+ version: "1.0.8"
374
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