Specifications
Single image interscroller
A single image that is positioned center aligned on the background.
- Dimensions: 360x640px (responsive)
- Weight Limit: 100KB
- Formats: JPG, PNG, GIF
HTML5 interscroller
A responsive HTML5 banner that is positioned is shown through a responsive iframe. The banner is reponsible for its own responisveness.
- Dimensions: 360x640px (responsive)
- Weight Limit: 120KB
Video interscroller
Video banner must be made using Mobile Interscroller Video Template, otherwise they are not accepted!
Alternative placeholder JPG is required (360x640px JPG)
- Dimensions: 360x640px (responsive)
- Weight Limit: 500KB (muted)
Limitations
Intercroller banners can not be interactive - the click layer is placed on top of the banner and no click/touch events reach the banner.
This for example means that multiple clicktags can not be used.
Inscreen statistics are not calculated for Interscoller.
Video elements should have autoplay enabled but in-view setting disabled - as the inscreen position calucation doesn't work - any video with in-view setting enabled would never play.
Videos should have no audio track - as they would need to be muted in order for autoplay to work and the can not be unmuted - as there is no user inateraction to unmute the video.
Background color
By default Interscroller background behind banner will be painted black. This is visible if device screen is propotionally not compatible with interscroller default size (360x640px)
With HTML5 banner this can be changed by triggering postMessage to the parent window.
window.parent.postMessage({banner: 'Interscroller', backgroundColor: '#ededed'}, '*');
We recommend not adding it and keeping background black as default. We also reserve the right to send back advertisements with too colorful background colors.
Best practices
- Depending on device, browser, platform, view and scroll direction, some interscroller edges might not be visible (~15px on left and right, ~50px on top and bottom) so try to keep the content centered.
- Interscroller is fixed on the page but not always visible (behind content), keep animations and effects minimal, for good user experience.
Templates
Examples