@brndts/brndts-ads 1.14.12 → 1.14.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -72659,6 +72659,7 @@ var ReviveProvider = /*#__PURE__*/ function(ContentProvider) {
72659
72659
  iframe.scrolling = "no";
72660
72660
  iframe.width = "".concat(regionInfo.w);
72661
72661
  iframe.height = "".concat(regionInfo.h);
72662
+ iframe.style.maxWidth = "inherit";
72662
72663
  iframe.allow = "autoplay";
72663
72664
  iframe.style.display = "block";
72664
72665
  link = document.createElement("a");