2 View and Poster 2

I may be asking too much for 2 view to work in Poster 2?

This stack is so useful and worked beautifully in Source: (halfway down the page)

Sadly not so well in Poster 2:

It is pulling the image in from top right - Is there anything I can do?

PS As a workaround, I have set start point to 30% for a better look…

Poster is adding some styling to all contained images. Try adding the following CSS:

.poster img.icv__img {
    width: auto;
    height: 100%;
    max-width: none
}
3 Likes

Thanks Stuart, and for responding so quickly, that has made a big difference.

1 Like

Sorry - i should have tested properly. If you tweak it to the following it should fix it fully:

.poster img.icv__img-b {
    width: auto;
    height: 100%;
    max-width: none
}

Amazing! That tiny change has fixed it to perfection, and just in time for my client to view it.

Now works beautifully on phone too.

Many, many thanks Stuart!

1 Like