Paul Kim
unread,Aug 10, 2012, 11:17:36 PM8/10/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to envis...@googlegroups.com
Hi, what would be the best way to dynamically change the width of Envision Finance using Javascript? The Envision Finance demo sets the width to 600px using css (i.e., .envision-finance {width: 300px}). When I resize the visual using css, it works fine. But, I would like to dynamically resize the Finance template when the user resizes the browser. I've tried to set the width using jQuery but it does not render correctly (i.e., $('.envision-finance').css({width: 300});). I have attached an image to show the problem. When the visual is resized from 600px to 300px, the visual does not completely get resized. Is there is a better way or is this not supported/possible? Thanks.