I've got this module setup with TinyMCE and FancyBox. However what I've noticed is that under formatters I only get one formatter called "Fancybox Image". I can't configure what kind of image is being added to body. I'd like to select a small thumbnail to be displayed in the content yet clicking would load the full image in a fancy box (this part works, but how do I achieve the thumbnail?).

Thanks in advance.
D

Comments

deciphered’s picture

Hi,

There is a branch available on Github that adds initial support for Formatter Settings, however I wouldn't recommend it. I'm 95% of the way ironing out the issues with it and should have a new dev build out soon, until then you will have to wait.

bluestarstudios’s picture

Perfect! You're golden! Thanks for the great work! Keep us posted when you're done. Thanks!

deciphered’s picture

Formatter Settings are now committed, however there still is an issue with Javascript being added via drupal_add_js() not re-triggering due to filter caching. Working on a solution, have got it working in a proof of concept and hope to have it committed soon.

deciphered’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev
Issue summary: View changes

Currently this should not be an issue with 7.x-2.x, however that is somewhat due to an what could be construed as a bug with one of the required modules. Keeping this open for the moment as I'd like to look further into this.