dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo_theme_anatole
mirror of
https://github.com/lxndrblz/anatole.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
🖼 Added Medium Zoom
Alexander Bilz
11.35.2020
04c0ea828c479a90040f15be4282b67891c4c618
[external-software/github_gohugo_theme_anatole.git]
/
layouts
/
partials
/
medium-zoom.html
1
2
3
4
5
6
7
<script type="text/javascript" src="{{ `js/medium-zoom.min.js` | absURL }}"></script>
<script>
mediumZoom(document.querySelectorAll('div.post-content img'), {
background: '#fff'
});
</script>
<link rel="stylesheet" href="{{ `css/medium-zoom.css` | absURL }}" type="text/css">