Replies: 0
Hello.
For some reason, when scrolling horizontally, pictures do not load, in order for them to load, you have to scroll down the page.
Video how pages do not load: видео
Please tell me how to solve this problem? I really like your plugin.
Thanks you!
The structure of the horizontal page scroll area:
<div class=”images_holder”>
<div class=”images_while”>
<div class=”inl”>
</div>
<div class=”inl”>
</div>
<div class=”inl”>
</div>
<div class=”inl”>
</div>
</div>
</div>
css:
.inl {
display: inline-block;
margin-right: 10px;
max-width: 87%;
}
.youtube {
display: inline-block;
margin-right: 10px;
max-height: 50%;
}
.images_while {
width: auto;
white-space: nowrap;
}
.images_holder {
overflow-x: scroll;
position: relative;
height: auto;
max-height: 450px;
width: 100%;
}