Active
Project:
Gallery Assist
Version:
6.x-1.8
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2012 at 05:04 UTC
Updated:
9 Feb 2012 at 05:07 UTC
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?