Fix skyscraper ad expiry time

This commit is contained in:
2021-10-18 16:07:05 +02:00
parent 58e3984ffc
commit c0a45ed818
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ function Viewer(type, viewToken, data) {
if (this.divFilepreview.clientWidth > 600 && !this.toolbar.visible) {
this.toolbar.toggle()
}
if (this.divFilepreview.clientWidth > 1000) {
if (this.divFilepreview.clientWidth > 800) {
this.skyscraper.open()
}