Jump to content

stephan

Approved members
  • Posts

    20
  • Joined

  • Last visited

Reputation Activity

  1. Like
    stephan got a reaction from AngryWarrior in Responsive banner/campaign sizes   
    First add a class to the image tag like this (e.g. Bootstrap)
    $imageTag = "$clickTag<img src='" . htmlspecialchars($imageUrl, ENT_QUOTES) . "' width='$width' height='$height' alt='$alt' title='$alt' class='img-fluid'$imgStatus />$clickTagEnd";
    I changed this in the file asyncspc.php at line 3462 (folder 'delivery') but this depend on the method you are using.
    Then copy this file
    https://raw.githubusercontent.com/revive-adserver/revive-adserver/35aa0c7c0507be3f4a94b7a7501f6100a9884b85/www/delivery_dev/async.js
    and replace the file in the folder 'delivery'.
    You could minify it if you like.
     
     
  2. Like
    stephan got a reaction from miamiman in rel="noopener noreferrer"   
    I made a patch for this feature:
    https://github.com/revive-adserver/revive-adserver/pull/1344
    Please test it.
  3. Like
    stephan got a reaction from w-sky in Choose rel=nofollow or noindex in banner options   
    I made a patch for this feature:
    https://github.com/revive-adserver/revive-adserver/pull/1344
    Please test it.
  4. Like
    stephan got a reaction from AngryWarrior in Responsive banner/campaign sizes   
    I made two patches so that banner are responsive and are shown depending on the breakpoint:
    https://github.com/revive-adserver/revive-adserver/pulls
×
×
  • Create New...