mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:33:24 +02:00
Forcing retina ratio to 1.2
This commit is contained in:
@@ -27,6 +27,8 @@ module.exports = function DeviceScreenDirective($document, ScalingService, Vendo
|
||||
scope.$on('panelsResized', updateBounds)
|
||||
|
||||
function setDisplayDensity(forRetina) {
|
||||
// FORCE
|
||||
forRetina = 1.2
|
||||
return guestDisplayDensity = BrowserInfo.mobile && BrowserInfo.retina ? forRetina : 1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user