I have searched for the plugin that I need but couldn't solve my problem. I have images on the page and I need to make the clicked image to enlarge to fill whole the viewport ant fit to one side of the screen either horizontal or vertical plane. I am creating a div element and append it to the body. I am putting an additional div conatining an image element with proper src taken by the clicked element data sources. Images are either horizontal or vertical. most of the time they are needed to be fill to width of the viewport and height will be overflow:hidden. I want to scroll to bottom to see the bottom of the image and if it is desired it is needed to be zoomable. At zoomed in position I need to be able to pan in horizontally and verticaly. Some images maybe will be smaller than the viewport I am scaling them to with the width.
I tried the jparallax plugin it seems to work but I couldn't add any extra button form next and previosu buttons. I used some zoom plugins like imgViewer it is also seems to work enough. But when I zoom the image the scoll/pan plugin does not update its values to adapt the situation while it is not designed for this.
How can ı solve this problem.
Thansk for your atteniton.