Create a view with a video embed. Set the formatter to use thumbnail with colorbox. Set the image style to none (original). The formatter patterns an img src that is invalid: eg /files/styles//public/...

Comments

stevesmename’s picture

Version: 7.x-2.0-beta5 » 7.x-2.x-dev
Assigned: Unassigned » stevesmename

Having the same issue, I am personally using a custom handler. Tested on -dev branch as well.

stevesmename’s picture

The issue of the "original" image style to be outputted is still an issue and seems valid. A couple steps I had to make sure of was that php.ini memory_limit settings was not an issue, I did this by looking at phpinfo(); output and checking memory_limit. I increased memory (just in case). I then ran 'drush image-flush' via command line, I was able to output thumbnails of other images without issues. Still having issues outputting the original thumbnail (via views).