Denis Posted January 23, 2014 Report Share Posted January 23, 2014 Please add support for banners with size like, i.e., 100%x60pcs. Here is very old reques for OpenX. Currently I use HTML banner with this code to server such banners: <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="100%" height="60"> <param name="movie" value="http://static.example.com/banners/banner.swf" /> <param name="quality" value="high" /> <param name="FlashVars" value="clickTAG=http://example.org" /> <embed src="http://static.example.com/banners/banner.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100%" height="60"></embed> </object> Quote Link to comment Share on other sites More sharing options...
Matteo Beccati Posted January 24, 2014 Report Share Posted January 24, 2014 How about setting an exotic banner size for your banners and zones, like 1024x60? Javascript invocation won't enforce it anyway. Quote Link to comment Share on other sites More sharing options...
Denis Posted January 24, 2014 Author Report Share Posted January 24, 2014 I have *x* for all zones. Quote Link to comment Share on other sites More sharing options...
andrewatfornax Posted January 25, 2014 Report Share Posted January 25, 2014 Any reason why we wouldn't support this Matteo? If not, Denis, you could log the feature request in GitHub for us, please? Thanks! Quote Link to comment Share on other sites More sharing options...
Matteo Beccati Posted February 7, 2014 Report Share Posted February 7, 2014 Width and height are integers and there are special values for text ads, video ads (0 and negative numbers). I wouldn't be to keen on refactoring everything in order to support width+height units, where the same thing could be achieved with a properyl crafted HTML banner or a plugin. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.