Commit 03455a02 authored by Alexey.Musinov's avatar Alexey.Musinov Committed by Alexander.Trofimov

[ios] update

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68114 954022d7-b5bf-4e40-9824-e11837661b57
parent ad6b22eb
...@@ -5206,8 +5206,8 @@ function offline_apply_event(type,params) { ...@@ -5206,8 +5206,8 @@ function offline_apply_event(type,params) {
if (bIsNeed) if (bIsNeed)
{ {
var _originSize = window["native"]["GetOriginalImageSize"](urlSource); var _originSize = window["native"]["GetOriginalImageSize"](urlSource);
var _w = _originSize[0] * 25.4 / 96.0; var _w = _originSize[0] * 25.4 / 96.0 / window.native["GetDeviceScale"]();
var _h = _originSize[1] * 25.4 / 96.0; var _h = _originSize[1] * 25.4 / 96.0 / window.native["GetDeviceScale"]();
_imagePr.ImageUrl = undefined; _imagePr.ImageUrl = undefined;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment