B
B
buildbody2016-12-14 23:53:03
css
buildbody, 2016-12-14 23:53:03

How to make the adaptive YAN block (RTB) adaptive?

Hello! I can't find the answer to my question anywhere! The fact is that my site is made with adaptive layout, I need to install the YAN ad unit on the site so that it adapts to mobile devices: tablets, phones. But here's the problem, when I set the width and height in% in styles, as is done with adaptive design for blocks, the YAN block at point-blank range does not want to adjust and climbs out of the template. Yes, I know there are style codes like this:
media screen and (max-width: 800px) {
.yandex-adaptive {
width:200px;
height:300px;
}
}
media screen and (max-width: 1024px) {
.yandex-adaptive {
width:240px;
height:400px;
}
}
But they work differently than at 100%, that is, the block with a smaller screen also decreases in width, but when, for example, you rotate your phone or tablet in width, the blocks remain 240px, and the site stretches to 600-800px. As a result, a small block, a lot of empty space.
Tell me how to set up YAN blocks, as for example on this "Toaster" service. Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
A person from Kazakhstan, 2016-12-15
@LenovoId

some kind of rsya, you would show the code better

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question