Re: Fancybox extension

This sounds as the behavior that was complained upon. So the new default has become that whenever there is a thumbnail existing (whatever way it was created) this thumbnail and its dimensions are used. The previous behavior (of always creating a thumbnail according to the dimensions specified for upload thumbnail (which are no longer created at upload for a long time)) was deemed incorrect (and rightfully so).
You can select 1 out of 3 ways of thumbnail behavior:
1 - The width/height of the img tag are the same irrelevant of thumbnail size (this means that when thumbnail gets created the upload width/height settings are used)
2 - (default) If thumbnail already exists always use its dimensions for the img tag
3 - If thumbnail exists and doesn't adhere to current width/height setting recreate it
This behavior can be set site wide by using fancybox_thumbnail in advanced config or pop-up specific by using parm thumbbehav (like all described in the documentation).
I hope this behavior is more consequent.
You can select 1 out of 3 ways of thumbnail behavior:
1 - The width/height of the img tag are the same irrelevant of thumbnail size (this means that when thumbnail gets created the upload width/height settings are used)
2 - (default) If thumbnail already exists always use its dimensions for the img tag
3 - If thumbnail exists and doesn't adhere to current width/height setting recreate it
This behavior can be set site wide by using fancybox_thumbnail in advanced config or pop-up specific by using parm thumbbehav (like all described in the documentation).
I hope this behavior is more consequent.