Skip to content

Instantly share code, notes, and snippets.

@RollForCode
RollForCode / Image resizer
Last active August 29, 2015 14:25
Img list resizer
/* Resizes a series of files (assign parent image container on line 5).
image ratio's are compared to always fill the screen without streching the image.
*/
function setImgSize(){
var list = document.getElementById("ASSIGN_IMAGE_CONTAINER");
var elementChildren = list.children;