$width = $options['width'];
$height = $options['height'];
$sizes = array('width' => "$width", 'height' => "$height");
$jsPlugin = json_encode($sizes);
print "<script>var obj=$jsPlugin;
var width = obj.width;
var height = obj.height;
</script>";