This commit is contained in:
abe- 2017-06-13 01:17:02 +02:00
parent c1997191a8
commit 41de5f1d41
2 changed files with 2 additions and 10 deletions

View file

@ -1,5 +1,3 @@
<html>
<head>
<script src="js/jquery.min.js"></script>
<script src="js/jquery.event.move.js"></script>
<script src="js/jquery.twentytwenty.js"></script>
@ -11,9 +9,7 @@
<img src="images/bardenas-caudillo-2014.jpeg">
</div>
<script>
$(window).load(function(){
$(window).on("load",function(){
$("#container1").twentytwenty();
});
</script>
</body>
</html>

View file

@ -1,5 +1,3 @@
<html>
<head>
<script src="js/jquery.min.js"></script>
<script src="js/jquery.event.move.js"></script>
<script src="js/jquery.twentytwenty.js"></script>
@ -11,9 +9,7 @@
<img src="images/sotogordo-2016-recorte.jpeg">
</div>
<script>
$(window).load(function(){
$(window).on("load",function(){
$("#container1").twentytwenty();
});
</script>
</body>
</html>