Is it possible to specify all other slideshow params as tag attributes? For example if we got:
[slideshow id=3 w=400 h=320]
can we add a zoom effect right there using something like this:
[slideshow id=3 w=400 h=320 zoom=1]
or use another transition effect:
[slideshow id=3 w=400 h=320 zoom=1 transition=fade]
possible?