Skip to content

Commit

Permalink
ENH image zooming in distill posts (alshedivat#1826)
Browse files Browse the repository at this point in the history
Towards alshedivat#1374

The image zooming feature did not work with distill layout previously.
  • Loading branch information
Charlie-XIAO authored Nov 22, 2023
1 parent 77e9137 commit a7c2f75
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _layouts/distill.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
<head>
{%- 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/mathjax.html %}
<!-- Distill js -->
Expand Down

0 comments on commit a7c2f75

Please sign in to comment.