@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.mjs CHANGED
@@ -72732,6 +72732,7 @@ var ReviveProvider = /*#__PURE__*/ function(ContentProvider) {
72732
72732
  iframe.scrolling = "no";
72733
72733
  iframe.width = "".concat(regionInfo.w);
72734
72734
  iframe.height = "".concat(regionInfo.h);
72735
+ iframe.style.maxWidth = "inherit";
72735
72736
  iframe.allow = "autoplay";
72736
72737
  iframe.style.display = "block";
72737
72738
  link = document.createElement("a");