Skip to content

Instantly share code, notes, and snippets.

View arslan-mumtaz's full-sized avatar
🏠
Working from home

Arslan Mumtaz arslan-mumtaz

🏠
Working from home
View GitHub Profile
<script type="text/javascript">
window.addEventListener('DOMContentLoaded', function() {
(function ($) {
var $instagramSection = $('.instagram-collection');
var loadImages = function($container, data, imageCount){
for (var i = 0; i < imageCount; i++) {
var images = data.data[i].images,
// Thumbnail
thumbnail = images.thumbnail.url,
thumbnailWidth = images.thumbnail.width,