playground emebed code fine tuning

This commit is contained in:
Liang Ding 2015-04-08 10:34:36 +08:00
parent e54e89f1b8
commit f573841b59
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ var playground = {
+ data.shortURL + '</a><br/>';
html += '<label>' + config.label.embeded + config.label.colon
+ '</label><br/><textarea rows="5" style="width:100%" readonly><iframe style="border:1px solid" src="'
+ url + '?embed=true" width="100%" height="600"></iframe></textarea>';
+ url + '?embed=true" width="99%" height="600"></iframe></textarea>';
html += '</div>';
$("#dialogShare").html(html);