Stopdesign & viewer_size_image?

Has anyone tweaked the excellent Stopdesign theme to add support for the viewer_size_image plugin? While it's easy to get the selector buttons to display, I can't manage to get them to actually function properly, as they do in the default theme.

Thanks for any help.
- Epimetreus

Comments

  • That would be a most difficult task because of the stopdesign design css. It is very sensitve to the size of the images so it uses the customsize image function (which means that the you would have to implement the stopdesign equivalent to printUserSizeImage().

    If you are brave, you could use the getViewerImageSize() function to get the viewer's choice and modify the code in stopdesign between lines 38 and 56 to deal with the fact that the portrait image height needs to be the same as the landscape image's height.
Sign In or Register to comment.