mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Increase image pool to 10 images.
This commit is contained in:
@@ -209,7 +209,7 @@ module.exports = function DeviceScreenDirective(
|
||||
, cachedImageHeight = 0
|
||||
, cssRotation = 0
|
||||
, alwaysUpright = false
|
||||
, imagePool = new ImagePool(6)
|
||||
, imagePool = new ImagePool(10)
|
||||
|
||||
function applyQuirks(banner) {
|
||||
element[0].classList.toggle(
|
||||
|
||||
Reference in New Issue
Block a user