Skip to content

Instantly share code, notes, and snippets.

@ermolaev
Created January 25, 2016 22:20
Show Gist options
  • Save ermolaev/f66dd257e0c77bee16a9 to your computer and use it in GitHub Desktop.
Save ermolaev/f66dd257e0c77bee16a9 to your computer and use it in GitHub Desktop.
geometria_imgs
$('body').html('').css({'text-align' : 'center'})
GALLERY_DATA.images.forEach(
function(i) {
$('body').append('<img style="margin-bottom: 40px; text-align" src="' + i.urls.full + '">')
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment