Skip to content

Instantly share code, notes, and snippets.

View dinhanhthi's full-sized avatar
🔥
I failed my way to success!

Anh-Thi DINH dinhanhthi

🔥
I failed my way to success!
View GitHub Profile
@dinhanhthi
dinhanhthi / click_to_zoom_bootstrap4.html
Last active December 10, 2020 10:48
Click to zoom photo using Bootstrap 4
<!-- Put below scripts in that order before </body> tag. -->
<!-- jquery 1.10.1 -->
<script src="https://code.jquery.com/jquery-1.10.1.min.js" integrity="sha256-SDf34fFWX/ZnUozXXEH0AeB+Ip3hvRsjLwp6QNTEb3k=" crossorigin="anonymous"></script>
<!-- bootstrap scripts -->
<!-- How to use: add class "pop" to <img> -->
<img src="/path/to/image" class="pop" >