mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2024-12-26 12:31:22 +01:00
sliders
This commit is contained in:
parent
c1997191a8
commit
41de5f1d41
2 changed files with 2 additions and 10 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue