Skip to content

Commit

Permalink
Add wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed May 25, 2023
1 parent 64f4c2f commit 03f0e3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion example/feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@
}

?>
<li class="glide__slide"><?= post($username, $permalink, $caption, $timestamp); ?></li>
<li class="glide__slide">
<div class="instagram-wrapper"><?= post($username, $permalink, $caption, $timestamp); ?></div>
</li>
<?php
}
?>
Expand Down

0 comments on commit 03f0e3d

Please sign in to comment.