I would like to use new seamless
method when using Javascript API for Scribd. The problem is that I cannot change width of the embedded document.
Even if I specify width
scribd_doc.addParam('width', 434);
I still get doc that is 904 pixels wide. Has anyone here solved that issue before?
scribd_doc.addParam('width', 434);