Fix skyscraper ad expiry time
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user