Requirements for banners on Funtech
Funtech “Narrow banner”
- Format: HTML5.
- The banner size may vary depending on the screen resolution and the size of the user's active browser window.Attention.
All relevant information must be centered horizontally, be within a 1440 pixels width range, and have a left and right padding of 305 pixels.
To avoid the banner working incorrectly on the site, please carefully read each item of the technical requirements. By following these requirements, you can ensure that your banner displays correctly on the site.
The advertiser is responsible for following the technical requirements and centering the banners. Yandex may stop the placement if it fails to follow the recommendation.
For Adobe Animate creativesTo center an image in the creative created in Adobe Animate, wrap the <img> tag in the <div> element with the following css styles:
<div style="position: absolute; box-sizing: border-box; overflow: hidden; transform: translateZ(0); left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);"> <img src='image.png'> </div>
Size: from 850 × 88 to 1900 × 88 pixels, maximum 250 KB. The banner size is specified in the
<meta>
element:The banner<meta name="ad.size" content="width=100%,height=88">
width
is set as a percentage: 100%.- You can't add a border around the banner.
The use of gradients, colors, and elements of the Kinopoisk and Yandex Plus corporate style and interface, as well as similar ones, is prohibited in the design of placement positions (banners). To get familiar with the Kinopoisk and Yandex Plus brand book, see the following links:
Placement of advertising positions (banners) mimicking the Kinopoisk or Yandex Plus brand, as well as the interfaces of Kinopoisk and Yandex Plus, is prohibited.
Kinopoisk reserves the right to withhold display of such placement positions (banners) without any explanation.
For more detailed requirements for the banner design, see the HTML5 banner requirements.
Branded Kinopoisk pages
- General requirements for advertising on Kinopoisk
-
- The materials must be provided no later than seven working days before the advertising campaign starts. If the materials are sent later, Yandex doesn't guarantee the correct and timely launch of the advertising campaign.
- You can't use design elements of the Kinopoisk site (corporate identity, navigation, and so on) or use a transparent background, unless otherwise specified.
- When placing your advertising materials, Yandex has the right to set additional requirements for advertising materials that are not provided for in this document. For example, when you are using non-standard advertising features or graphic solutions.
- The latest versions of templates for advertising materials are available in the corresponding sections. These templates may be updated periodically.
- The size of the viewable area of the banner on the Kinopoisk home page: 1300 pixels.
Addendum to the design of all ad placements (banners) on KinopoiskThe use of gradients, colors, and elements of the Kinopoisk and Yandex Plus corporate style and interface, as well as similar ones, is prohibited in the design of placement positions (banners). To get familiar with the Kinopoisk and Yandex Plus brand book, see the following links:
Placement of advertising positions (banners) mimicking the Kinopoisk or Yandex Plus brand, as well as the interfaces of Kinopoisk and Yandex Plus, is prohibited.
Kinopoisk reserves the right to withhold display of such placement positions (banners) without any explanation.
- Requirements for branded pages
-
- Format: HTML5.
The banner size may vary depending on the user's screen resolution and the size of the active browser window of such user.
Attention.All relevant information must be centered while keeping the left and right margins of 575 pixels.
To avoid the banner working incorrectly on the site, please carefully read each item of the technical requirements. By following these requirements, you can ensure that your banner displays correctly on the site.
The advertiser is responsible for following the technical requirements and centering the banners. Yandex may stop the placement if it fails to follow the recommendation.
For Adobe Animate creativesTo center an image in the creative created in Adobe Animate, wrap the <img> tag in the <div> element with the following css styles:
<div style="position: absolute; box-sizing: border-box; overflow: hidden; transform: translateZ(0); left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);"> <img src='image.png'> </div>
- Maximum size: 2000 × 250 pixels, no more than 250 KB. The banner size is specified in the
<meta>
element:<meta name="ad.size" content="width=100%,height=250">
width
is set as a percentage: 100%. - You can't add a border around the banner.
- Format: HTML5.
The banner size may vary depending on the screen resolution and the size of the user's active browser window.
Attention.When changing the banner size, all the meaningful information must be horizontally centered. The minimum resolution supported by the site on mobile devices is 320 pixels in width.
To avoid the banner working incorrectly on the site, please carefully read each item of the technical requirements. By following these requirements, you can ensure that your banner displays correctly on the site.
The advertiser is responsible for following the technical requirements and centering the banners. Yandex may stop the placement if it fails to follow the recommendation.
For Adobe Animate creativesTo center an image in the creative created in Adobe Animate, wrap the <img> tag in the <div> element with the following css styles:
<div style="position: absolute; box-sizing: border-box; overflow: hidden; transform: translateZ(0); left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);"> <img src='image.png'> </div>
The banner must stretch to 100% of the screen width, correctly displaying in any range of the user screen width.
The banner
width
is set as a percentage: 100%.- All elements must have fixed dimensions or stretch over to fit the parent element. You can't use elements that have a height or width of 0 pixels.
- The size of the archive with an HTML creative: no more than 75 KB.
- The HTML5 banner uploaded must have a size between 320 × 180 and 540 x 180 pixels. The banner size is specified in the
<meta>
element:<meta name="ad.size" content="width=100%,height=180">
- The banner must contain the
viewport
meta tag:<meta name="viewport" content="width=device-width; initial-scale=1.0">
- If there are unit elements inside the link, it must have the
display: block
style, as well asheight
andwidth
if required.
For more detailed requirements for the banner design, see the HTML5 banner requirements.