if (size == "S"){ width = 816; height = 608; } else if (size == "M"){ width = 1632; height = 1232; } else if (size == "XL"){ width = 3264; height = 2455; }