Languages

Menu
Sites
Language
Samsung Gear S2 horizontal scroll on image

Hello,

I want to put a image 460x668 on Samsung Gear S2.

Is it possible add a horizontal scroll on the image, on a web application?

Thank you,

Joaquim

 

Responses

1 Replies
Nafisul Islam Kiron

Hello, this worked for me

<body>
    <div id="main" class="page">
        <div class="contents">
            <img alt="LOGO" src="img/logo.png" height="360px"/>
        </div>
    </div>
</body>

I had to fix the height, the image became horizontally scrollable.

* Gear S2 screen size is 360 X 360.