Forum Discussion
Embedded PDF is blurry / El PDF incrustado está borroso
- 2 years ago
Hello Everyone!
I'm happy to share that we have released Storyline 360 version 78 (Build 3.78.30680.0)!
Included in this release is the fix for the bug: HTML5: Web Objects With Images Are Blurry.
Now all you need to do is update Storyline 360 in your Articulate 360 desktop app on your computer. You'll find our step-by-step instructions here.
Please let us know if you have any questions by reaching out to our Support Engineers directly.
Have a great day!
the reason for the blur problem is that the current browsers have problems with the css command 'transform: scale()' for some iframes.
here is a screenshot - the way storyline displays the page
here are the css properties
but if you do the scaling not with scale but with width + height it looks like this
width: 700px * 1.55
heigth: 520px * 1.55
transform: ---
here again the css-properties
=> much better !!!
-> Attachment the original png screenshots
so articulate had to change there scaling function for embeded iframe to solve the problem
Jürgen