|
|
@ -627,7 +627,7 @@ $.fn.embed.settings = { |
|
|
|
templates: { |
|
|
|
iframe : function(url, parameters) { |
|
|
|
return '' |
|
|
|
+ '<iframe src="' + url + '?=' + parameters + '"' |
|
|
|
+ '<iframe src="' + url + '?' + parameters + '"' |
|
|
|
+ ' width="100%" height="100%"' |
|
|
|
+ ' frameborder="0" scrolling="no" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>' |
|
|
|
; |
|
|
|