ayHaru 4 anni fa
parent
commit
f5b299a255
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      admin/templates/default/provider.successful.php

+ 2 - 2
admin/templates/default/provider.successful.php

@@ -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()