fat / zoom.js

Medium's Image Zoom for jQuery
https://fat.github.io/zoom.js
MIT License
4.04k stars 332 forks source link

Doesn't work with Bootstrap4 #74

Open mtskf opened 8 years ago

chandanch commented 8 years ago

Hello I had the same issue too, I added the

<script type="text/javascript" src="/path/to/moment.js"></script>
<script type="text/javascript" src="/path/to/bootstrap/js/transition.js"></script>
<script type="text/javascript" src="/path/to/bootstrap/js/collapse.js"></script>

Its working for me now