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