Topic: Captioning issue
Is it possible to have captions without thumbnails, and not have a fixed layout?
You are not logged in. Please login or register.
Is it possible to have captions without thumbnails, and not have a fixed layout?
There is currently a bug where disabling the thumbnails causes the caption not to show. The fix is to change this line (line 110 in StageManager.as):
if (Options.showCaptions && mThumbArea.pageSize > 0){
to this:
if (Options.showCaptions){
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 5 official extensions. Copyright © 2003–2009 PunBB.
[ Generated in 0.039 seconds, 8 queries executed ]