Images / Vidéos / SVG

Instagram feed


<style>
.instagram_profile {
display: none
}

.instagram_profile {
display: none
}

.instagram_gallery {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;

-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;

-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;

-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-flex-flow:row wrap;
?? -ms-flex-flow:row wrap;
? flex-flow:row wrap;
}

.instagram_gallery a {
width: 33.33% !important;
}

.instagram_gallery a img {
width: 98%!important;
display: block;
height: auto;
}
</style>

<script src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="https://www.jqueryscript.net/demo/Instagram-Photos-Without-API-instagramFeed/jquery.instagramFeed.js"></script>
<script>
$(window).on('load', function(){
$.instagramFeed({
'username': 'hopweb',
'container': "#instagram-feed",
'items': 9,
'margin':1
});
});
</script>
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.