Closed (fixed)
Project:
FancyZoom
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2009 at 13:59 UTC
Updated:
23 Feb 2012 at 08:20 UTC
Thanks to add this css (or modify the HTML with dir=LTR on table) in future versions for compatibilty with RTL languages :
To correct the order of the cells in the shadow and the caption.
#ZoomCapDiv table, #ShadowBox table{
direction: ltr;
}
Comments
Comment #1
thinkyhead commentedAdded both the dir attribute and the direction style to the latest FancyZoom Javascript tarball. Get it from http://www.thinkyhead.com/design/fancyzoom and give it a try.