Is there an html / css / javascipt way to maintain a
You should just be ablemto set a width and height in css using a px measurement
Eg
div { width:100px; height:200px; }