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

thinkyhead’s picture

Status: Active » Fixed

Added 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.