fullscreen flipping will scroll the window to right position
This commit is contained in:
@@ -468,9 +468,12 @@ function fliporiginals() {
|
||||
function flipfullscreen() {
|
||||
// show thumbrow / not
|
||||
if (fullscreen)
|
||||
{ fullscreen=false; }
|
||||
{ fullscreen=false;
|
||||
document.getElementById('crumbcontainer').scrollIntoView(true); }
|
||||
else
|
||||
{ fullscreen=true; }
|
||||
{ fullscreen=true;
|
||||
document.getElementById('imagecontainer').scrollIntoView(true); }
|
||||
|
||||
showimage(currentimage);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user