This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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; |