/**
  * Set standard size, used when no specific size is set (may be overwritten by css)
  * @param string $size 
  */
 public static function setStandardSize($size)
 {
     self::$standardSize = $size;
 }