]> www.average.org Git - mkgallery.git/blobdiff - include/show.js
fix image centering issue
[mkgallery.git] / include / show.js
index 248dee6829f6d755a851ea387c5268e47dddc56e..52452329e72abf6892c54603a2bdc5943615ee45 100644 (file)
@@ -139,6 +139,7 @@ var Show = new Class({
                this.options.cbStart();
                this.isplaying = play;
                this.controls.running(this.isplaying);
+               this.updatecoords();
                this.show(id);
                return false; /* to make it usable from href links */
        },