This content has been marked as final.
Show 3 replies
-
1. Re: Positioning a responsive composition in a containing DIV
vivekuma Nov 11, 2014 2:32 AM (in response to doobreywotsit)Augment the options in the script tag of the html page like below:
AdobeEdge.loadComposition('Untitled-1', 'EDGE-565958637', {
scaleToFit: "width",
centerStage: "horizontal",
minW: "0",
maxW: "undefined",
width: "550px",
height: "400px",
bScaleToParent: true
}, {dom: [ ]}, {dom: [ ]});
hth,
Vivekuma
-
2. Re: Positioning a responsive composition in a containing DIV
doobreywotsit Nov 11, 2014 2:38 AM (in response to vivekuma)Vivekuma you are truly wonderful!
Worked a treat.
-
3. Re: Positioning a responsive composition in a containing DIV
vivekuma Nov 11, 2014 2:39 AM (in response to doobreywotsit)Glad it worked!!!


