Open 7NZ opened 7 years ago
// Responsive layout, resizing the items $('#foo4').carouFredSel({ responsive: true, width: '100%', scroll: 2, items: { width: 400, // height: '30%', // optionally resize item-height visible: { min: 2, max: 6 } } });
// Responsive layout, resizing the items
$('#foo4').carouFredSel({ responsive: true, width: '100%', scroll: 2, items: { width: 400, // height: '30%', // optionally resize item-height visible: { min: 2, max: 6 } } });
I saw these codes ,and i try change the items width to 100%. but item's width can't be your clientWith. it means i had to set item‘s width a px
I saw these codes ,and i try change the items width to 100%. but item's width can't be your clientWith. it means i had to set item‘s width a px