image in gadget did not display fully

chintu Parameshwar February 5, 2013

Hi,

I have wrote a gadget which displays image. It is able to display full image when I refresh page. When I modify gadget configuration and save it, gadget height became around 100 to 200 pixels size and it displays only part of the imange.

Could you please help me?

Thanks a million!

2 answers

1 accepted

0 votes
Answer accepted
chintu Parameshwar February 9, 2013

Finally I got it by placing the image in a html table tag with width & height settings for table.

0 votes
ConradR
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 5, 2013

Did you add

<Require feature="dynamic-height" />

to your ModulePrefs?

What exactly do you modify in the configuration? If your content changes you might have to call

gadgets.window.adjustHeight()

https://developer.atlassian.com/display/GADGETS/Including+Features+into+your+Gadget

chintu Parameshwar February 5, 2013

Yes, the configuration changes gadget content and size of the imange. I have tried these both the things but no luck :(

chintu Parameshwar February 5, 2013

Is it possible to reload my entire page once I click on save button in gadget configuration?

Suggest an answer

Log in or Sign up to answer