parent
69e013b9a0
commit
3a4de50705
@ -371,5 +371,5 @@ mdb:
|
|||||||
css: "sha256-jpjYvU3G3N6nrrBwXJoVEYI/0zw8htfFnhT9ljN3JJw="
|
css: "sha256-jpjYvU3G3N6nrrBwXJoVEYI/0zw8htfFnhT9ljN3JJw="
|
||||||
js: "sha256-NdbiivsvWt7VYCt6hYNT3h/th9vSTL4EDWeGs5SN3DA="
|
js: "sha256-NdbiivsvWt7VYCt6hYNT3h/th9vSTL4EDWeGs5SN3DA="
|
||||||
medium_zoom:
|
medium_zoom:
|
||||||
version: "1.0.6"
|
version: "1.0.8"
|
||||||
integrity: "sha256-EdPgYcPk/IIrw7FYeuJQexva49pVRZNmt3LculEr7zM="
|
integrity: "sha256-EdPgYcPk/IIrw7FYeuJQexva49pVRZNmt3LculEr7zM="
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
// Initialize medium zoom.
|
// Initialize medium zoom.
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
medium_zoom = mediumZoom('[data-zoomable]', {
|
medium_zoom = mediumZoom('[data-zoomable]', {
|
||||||
margin: 100,
|
|
||||||
background: getComputedStyle(document.documentElement)
|
background: getComputedStyle(document.documentElement)
|
||||||
.getPropertyValue('--global-bg-color') + 'ee', // + 'ee' for trasparency.
|
.getPropertyValue('--global-bg-color') + 'ee', // + 'ee' for trasparency.
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user