Iframe: Difference between revisions
From OSE
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 14: | Line 14: | ||
} | } | ||
if (getDeviceType() === "desktop") { | if (getDeviceType() === "desktop") { | ||
// document.write("{{#widget:Iframe|url=https://bnbforms.com/103014/|width=600|height=700|border=0}}"); | |||
$width=600; | |||
} else { | } else { | ||
// document.write("{{#widget:Iframe|url=https://bnbforms.com/103014/|width=300|height=700|border=0}}"); | |||
$width = 300; | |||
} | } | ||
</script> | </script> | ||
<iframe src="<!--{$url|validate:url|escape:html|regex_replace:"#^(?!(https?:)?//).*#i":''}-->" style="border: <!--{$border|escape:html|default:1}-->" width="<!--{$width|escape:html|default:400}-->" height="<!--{$height|escape:html|default:300}-->"></iframe></includeonly> | <iframe src="<!--{$url|validate:url|escape:html|regex_replace:"#^(?!(https?:)?//).*#i":''}-->" style="border: <!--{$border|escape:html|default:1}-->" width="<!--{$width|escape:html|default:400}-->" height="<!--{$height|escape:html|default:300}-->"></iframe></includeonly> |
Revision as of 00:43, 31 May 2025