```javascript
// Image type
var $type;
// Actual width
var $width;
// Actual height
var $height;
// Resized width
var $resize_width;
// Resized height
var $resize_height;
```