In such WP installations you might wish that (Full Size) photos be automatically adapted to the working space in the main display column.
For this, there is the possibility to enter auto in the Photo Albums -> Settings admin page in the Column Width field.
Alternatively one could enter %%size=auto%% in the scripting interface.
To simulate the behaviour of this in the current theme I constructed this page, where you can select a column width.
Apart from some sneeky code to do this, is the contents of this page simply:
%%wppa%% %%slide=1%% %%size=auto%%
%%wppa%% %%cover=1%%
%%wppa%% %%album=1%%
Select columnwidth in pixels and watch what happens:
First album
This is the description of the first album. It has a € sign in the description.
The scripting command %%size=auto%% is only given the at first %%wppa%% line. As in all size commands, the setting is kept until a different size command is encountered.
