div class="container-fluid">
div class="row flex-row flex-nowrap">
?
for ($x = 0; $x < count($post); $x++) {
$username = $post[$x]["username"];
$permalink = $post[$x]["permalink"];
if(isset($post[$x]["caption"])) {
$caption = $post[$x]["caption"];
}
$timestamp = $post[$x]["timestamp"];
?
?= post($username, $permalink, $caption, $timestamp); ?
?
}
?
/div>
/div>
La partie Javascript:
script
$('.ig-feed').slick({
infinite: false,
speed: 300,
slidesToShow: 3,
slidesToScroll: 3,
adaptiveHeight: true,
dots:false,
arrows: true,
responsive: [
{
breakpoint: 1024,
settings: {
slidesToShow: 3,
slidesToScroll: 3,
}
},
{
breakpoint: 600,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
}
}
]
});
/script
Temps passé (à vue) environ une heure. CSS à prévoire donc environ 2h total. Pas encore testé; Ce post sera mis à jour.