Your IP : 216.73.216.28


Current Path : /var/www/amortar/data/www/a-mortar/bitrix/elements/intec.constructor/video/
Upload File :
Current File : /var/www/amortar/data/www/a-mortar/bitrix/elements/intec.constructor/video/model.js

var self;
var width;
var height;
var properties;

self = this;
width = self.attribute('width', resolution);
height = self.attribute('height', resolution);
properties = {};

if (defaults) {
    width(100);
    width.measure('px');
    height(100);
    height.measure('px');
}

if (resolution === false) {
    properties.source = self.attribute('source', resolution);
    properties.allowFullScreen = self.attribute('allowFullScreen', resolution);

    if (defaults) {
        properties.source(null);
        properties.allowFullScreen(false);
    }

    self.properties = properties;
}