if (currentSettings.width) {
                tmp.width = currentSettings.width;
            } else if (currentSettings.type == 'iframe') {
                tmp.width = currentSettings.minWidth;
            }