that's what I have done before...
another try withy backtick : find the following code in album.php :
`
May be that the forum software sometimes acts weird...
To your video placeholder: We have default images you should really use via the thumbnail functions in case you have videothumbs instead of $_zp_themeroot; ?>/images/video-placeholder.jpg. You can even have custom ones within your theme if you don't like ours. Just place images with the exact names within the theme's /images folder.
Hi Vincent,
thank you for all your work!
Pretty new to ZP, I'd like to dare suggesting a code change for you next version. It took me some hacking to figure the theme is not checking all Colorbox settings.
When option "sizedimage" is set, your theme still loaded "fullimage".
So I went in the code and added in album.php ~line 54+
`
class="colorbox" href="" title="">
`
This will generate whatever sized image in the cache and Colorbox will use it.
Cheers