Jump to content

Omexlux

Approved members
  • Posts

    3
  • Joined

Posts posted by Omexlux

  1. Hello,

    Is it not possible to make the javascript-tag async within this code?:

    <!-- Revive Adserver JavaScript-Tag - Generated with Revive Adserver v5.0.4 -->
    <script type='text/javascript'><!--//<![CDATA[
       var m3_u = (location.protocol=='https:'?'https://adserver.domain.tld/www/delivery/ajs.php':'http://adserver.domain.tld/www/delivery/ajs.php');
       var m3_r = Math.floor(Math.random()*99999999999);
       if (!document.MAX_used) document.MAX_used = ',';
       document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
       document.write ("?zoneid=6");
       document.write ('&amp;cb=' + m3_r);
       if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
       document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));
       document.write ("&amp;loc=" + escape(window.location));
       if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
       if (document.context) document.write ("&context=" + escape(document.context));
       if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
       document.write ("'><\/scr"+"ipt>");
    //]]>--></script><noscript><a href='http://adserver.domain.tld/www/delivery/ck.php?n=a576ff2a&amp;cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://adserver.domain.tld/www/delivery/avw.php?zoneid=6&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=a576ff2a' border='0' alt='' /></a></noscript>

     

  2. Hello,

    First of all I want to praise you for the good software :)

    But now I have a problem, I want the banner image to be responsive under 'Standard HTML Banner'.

    I have tried the following:
    <a href="LINK" target="_blank"><img src="BANNER" style="width100%;height: auto; max-width: 468px;"></a>

    The style-tag is also shown on the page but the banner is not responsive, I guess because it is in an iframe. In the zone is *x* set.

    I want the banner to adapt automatically on the screen-size.

    The above code works without problems outside of revive.

    What can I do here? In times of mobile devices this is more than important.
    And no I don't want to have to manually reduce the banners-size and distribute them in different zones, the management would be too much effort.

    Thanks in advance.

×
×
  • Create New...