When I add the photoframe class to node.tpl it changes the size of the node. How can I add the class without it changing the size of the node?
When I add the photoframe class to node.tpl it changes the size of the node. How can I add the class without it changing the size of the node?
Comments
Comment #1
chrisshattuck commentedThere are some tips in the README that explain how to set the width of a photoframe. Because it wraps a table around the content once the page is loaded, it has the same properties as a table cell. You can use CSS to set the width of the table. Here's an excerpt from the latest README:
Comment #2
chrisshattuck commented