__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/**
* @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org>
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
((window, document) => {
window.iFrameHeight = iframe => {
const doc = 'contentDocument' in iframe ? iframe.contentDocument : iframe.contentWindow.document;
const height = parseInt(doc.body.scrollHeight, 10);
if (!document.all) {
iframe.style.height = `${parseInt(height, 10) + 60}px`;
} else if (document.all && iframe.id) {
document.all[iframe.id].style.height = `${parseInt(height, 10) + 20}px`;
}
};
})(window, document);
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| iframe-height-es5.js | File | 705 B | 0664 |
|
| iframe-height-es5.min.js | File | 467 B | 0664 |
|
| iframe-height-es5.min.js.gz | File | 323 B | 0664 |
|
| iframe-height.js | File | 626 B | 0664 |
|
| iframe-height.min.js | File | 430 B | 0664 |
|
| iframe-height.min.js.gz | File | 305 B | 0664 |
|