|
@@ -96,8 +96,8 @@
|
|
|
var iframeHeight = $(this).contents().find("html").height();
|
|
|
var iframeWidth = $(this).contents().find("html").width();
|
|
|
$(this).attr("height",iframeHeight)
|
|
|
- $(this).attr("width",iframeWidth)
|
|
|
- console.log('iframeHeight', iframeHeight, iframeWidth);
|
|
|
+ // $(this).attr("width",iframeWidth)
|
|
|
+ console.log('iframeHeight', iframeHeight, iframeWidth, $(this).contents().find("html"));
|
|
|
});
|
|
|
$('#timeSelect').change(function () {
|
|
|
let val = $(this).val()
|