![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
19/10/2014, 12:40
|
| | Fecha de Ingreso: febrero-2008
Mensajes: 675
Antigüedad: 17 años Puntos: 5 | |
Respuesta: Pretty photo Utilizo jquery.prettyPhoto.js
<script type="text/javascript">
$(document).ready(function(){
$("#imagenes a[rel^='prettyPhoto']").prettyPhoto({theme: 'facebook',slideshow:5000, autoplay_slideshow:true});
});
</script> |