External script ad banner not working

Hello weblfow community!

I’m building a digital magazine page and we’re gonna have banner ads on our page. One of those banners was sent as a external code (see code below):


I’m not a code person, besides the basic HTML and CSS. I’ve already tried the custom code and embed options and nothing shows up when the site is published.

Can anyone help me with that?

Thank you all

Let’s see the read-only link, and a link to the published version and we can take a look to find some clues for you.

The banner is now working (actually had ad block on, yeah very stupid of me!)

However now it is not responsive. It has fixed size of 1920x1080.

https://preview.webflow.com/preview/power50?utm_medium=preview_link&utm_source=dashboard&utm_content=power50&preview=542430c0c8059b8118ac15280c37e83c&mode=preview

Any Ideas on how to make it responsive?

Thank you for your help

I thought with a width="100%" and height="auto" could do the trick and make it responsive but it doesn’t. I must say I’ve never seen an image injection done that way.

<script src="https://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=rsb&c=28&pli=29853522&PluID=0&w=1920&h=1080&ord=[timestamp]"></script>
<noscript>
  <a href="https://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=brd&FlightID=29853522&Page=&PluID=0&Pos=1937867488" target="_blank">
    <img src="https://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=bsr&FlightID=29853522&Page=&PluID=0&Pos=1937867488" border="0" width="100%" height="auto">
  </a>
</noscript>
<script src="https://pixel.adsafeprotected.com/rjss/st/452600/46493381/skeleton.js"></script>
<noscript>
  <img src="https://pixel.adsafeprotected.com/rfw/st/452600/46493380/skeleton.gif" border="0" width="1" height="1" alt="">
</noscript>

Here is the codepen for you to have a look at. I’ve cleaned a tiny bit the code aswell :slight_smile:

Thanks for the help!

I’ve tried the “height=auto” as well. It doesn’t change anything on it.

Very weird indeed