
It is possible to place 4 banners in different sizes on our platform. We support GIF, JPG, PNG and HTML formats. It is forbidden to place advertising texts and clickable elements closer than 20 px from the edges of the advertising space. This will help highlight the ad frame and will be more visible from the content elements of the website.
Size table
Name | Size (px) | Weight, kb (JPG, PNG, GIF)* | Weight, kb (HTML5) | Link |
Horizontal | 1040x100 | 150 | 200 | Preview |
Article list square | 320x320 | 150 | 180 | Preview |
Article list tower | 320x500 | 120 | 200 | Preview |
Horizontal big | 1040x200 | 120 | 200 | Preview |
Carousel | Responsive | Multiple images | Not supported | Coming Soon |
- When submitting materials, please do not exceed the specified weight of the banner
- Include JS into HTML file
- Compress all assets into one ZIP format
- Include artist and ad dimentions into hyperlink reference (preview below)
Hyperlinks in ad
Please include hyperlink in html file for the correct landing page.
<body onload="init();" style="margin:0px;">
<a href="https://yourdomain.com/en/?ref=bobe_linkinpark_320x320" target="_blank">
<div id="animation_container" style="background-color:#000; width:320px; height:320px">
<canvas id="canvas" width="320" height="320" style="position: absolute; display: block; background-color:#000;"></canvas>
<div id="dom_overlay_container" style="pointer-events:none; width:320px; height:320px; display: block;"></div>
</div>
</a>
</body>