Copy link to clipboard
Copied
Hello,
I implemented a zoom in and out in javascript on a course to help users with varying degrees of Chrome settings they have since Captivate's HTML scaling screws up some of our imagery.
Example for scale up to 120%:
var scale = 'scale(1.20)';
document.body.style.webkitTransform = scale;
This transforms (zoom for Chrome) the webkit object in play to the scale in the variable. However, as soon as the course is published to Prime, the ModulePlayer stays static to the default size and my scripting only affects the content within.
Note: this works in HTML output for Captivate, just not in Prime.
Does anyone have any scripting they used to adjust the actual player size since Adobe's only setting is full screen? I also reached out to their support for input.
Thanks!
Copy link to clipboard
Copied
Hi Logan,
Thank you for sharing the issue details.
Kindly share a sample project with us to test the issue at our end.
We will try our best to resolve it for you ASAP.
Please send the sample projects to captivateprimesupport@adobe.com.
Regards,
Debiprasad Maharana
Adobe Inc.