I have one more question, in the default Magento, the original thumbnail image size is 56, while the new script you have provided is "resize(143)", should it be revised to "resize(56)" just like the original one?Thank you
This size you could set whatever you want, if I remember, 143 is my own value :)
I placed a tag like this : <a href="http://www.google.com" rel="shadowbox">click it to load google homepage</a> however, it seems doesn't work. May I know how I can do it?
I belive you did not load iframe plugin of shadowbox itself, in the Shadowbox.init() call, I would suggest you to change it to something like: Shadowbox.init(players: ["img", "iframe"]);, please refer to http://www.shadowbox-js.com/options.html#players for mor information.
For your information
This size you could set whatever you want, if I remember, 143 is my own value :)
I belive you did not load iframe plugin of shadowbox itself, in the Shadowbox.init() call, I would suggest you to change it to something like: Shadowbox.init(players: ["img", "iframe"]);, please refer to http://www.shadowbox-js.com/options.html#players for mor information.