I tried to use Gallery Assist in my node. On my first try, my ga-image-display show code like this ( I'm using firebug) :
<div id="ga-image-display" class="places ga-image-display" style="max-width:px; max-height:px;margin-left:auto;margin-right:auto;text-align:center;">
But when I'm using it on my other website, I can't get the same result. the code that I get are like this :
<div id="ga-image-display" class="places ga-image-display" style=";Array">

I'm using the same method to installing and setting.

Does anyone have the same problem?