ENH image zooming in distill posts (#1826)
Towards https://github.com/alshedivat/al-folio/discussions/1374 The image zooming feature did not work with distill layout previously.
This commit is contained in:
parent
77e9137dce
commit
a7c2f75120
|
|
@ -4,6 +4,12 @@
|
||||||
<head>
|
<head>
|
||||||
{%- include head.html %}
|
{%- include head.html %}
|
||||||
|
|
||||||
|
{%- if site.enable_medium_zoom %}
|
||||||
|
<!-- Medium Zoom JS -->
|
||||||
|
<script defer src="https://cdn.jsdelivr.net/npm/medium-zoom@{{ site.medium_zoom.version }}/dist/medium-zoom.min.js" integrity="{{ site.medium_zoom.integrity }}" crossorigin="anonymous"></script>
|
||||||
|
<script defer src="{{ '/assets/js/zoom.js' | relative_url | bust_file_cache }}"></script>
|
||||||
|
{%- endif -%}
|
||||||
|
|
||||||
{% include scripts/jquery.html %}
|
{% include scripts/jquery.html %}
|
||||||
{% include scripts/mathjax.html %}
|
{% include scripts/mathjax.html %}
|
||||||
<!-- Distill js -->
|
<!-- Distill js -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue