This commit is contained in:
abe- 2017-06-17 02:49:04 +02:00
parent a0e7436fff
commit b7a8d5394e
6 changed files with 39 additions and 13 deletions

View file

@ -0,0 +1,25 @@
<html>
<head>
<script src="jquery-3.2.1.min.js"></script>
<script src="jquery.event.move.js"></script>
<script src="jquery.twentytwenty.js"></script>
<link rel="stylesheet" href="twentytwenty.css" type="text/css" media="screen" />
<style>
body {
padding:0;
margin:0;
}
</style>
</head>
<body>
<div id="container1" class="twentytwenty-container">
<img src="penal-dos-hermanas-1956-57.png">
<img src="penal-dos-hermanas-2013.png">
</div>
<script>
$(function(){
$("#container1").twentytwenty();
});
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 507 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 824 KiB