Skip to content

Instantly share code, notes, and snippets.

@PavelGonzales
Created May 3, 2018 07:33
Show Gist options
  • Save PavelGonzales/439ef7758d7fc5a5512f16c292d43a59 to your computer and use it in GitHub Desktop.
Save PavelGonzales/439ef7758d7fc5a5512f16c292d43a59 to your computer and use it in GitHub Desktop.
imagesArray.forEach(image => {
image.image.style.width = `${(rowHeight * image.aspect) * 100 / rowWidth}%`;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment