wYm,
il y a 13 ans
Voici un code qui peut normalement marcher, mais il ne marche pas !!! :
$("#block-system-main .profile2-galery .content").carouFredSel({
height: 154,
width: 650,
items: {
width: 162
},
scroll: {
items: 1,
easing : "easeInOutBack",
pauseOnHover : "resume"
},
auto: 2600,
align : "left",
prev: "#gallery-prev",
next: "#gallery-next"
});
$("#block-system-main .profile2-galery .content .field-type-image a").colorbox({
"close":"Fermer",
"maxWidth":"90%",
"maxHeight":"80%",
"next":"Suiv \u00bb",
"initialWidth":"640",
"initialHeight":"480",
"previous":"\u00ab Prec",
"current":"{current} / {total}",
onOpen : function(){
$("#block-system-main .profile2-galery .content").trigger("pause");
},
onClosed : function(){
$("#block-system-main .profile2-galery .content").trigger("play");
}
});