Quote:
Originally Posted by Sakera
Has anyone found a solution for highslide not centering images when zooming external images ? They Zoom out from upper left corner instead of from the image itself....
|
To solve this I had to specify to highslide, using "thumbnailId" preference, the ID of the correct javascript container.
To achieve this i added a variable in the regexp witch i assigned to both the "thumbnailId" preference and as an ID on the <IMG> tag. I then had to change the ncode javascript to use my ID instead of creating it's own.
Thomas