Some themes have a floating main column, that adjusts itself to the width of the browser window, or the device where the page is viewed on.
In such WP installations you might wish that (Full Size) photos be automatically adapted to the working space in the main display column.
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.
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:
Dit is de beschrijving van het eerste album
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.
