Needs work
Project:
Node Reference/Embed Media Browser (nrembrowser)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2010 at 16:21 UTC
Updated:
22 Oct 2010 at 18:27 UTC
Need to make default thumbnail smarter for filefield so that all thumbnails are not generated as
based on mimetype.
Comments
Comment #1
grndlvl commentedFixed to where Nrembrowser will only attempt to display the image source if and when it is an image for filefield. http://drupal.org/cvs?commit=438746
We should also implement something that will allow setting of a thumbnail from either an arbitrary image field or able to specify in code or even a default based on type.
Styles maybe?
Comment #2
grndlvl commentedComment #3
grndlvl commentedComment #4
aaron commentedWe already can specify a specific image field for node types. The default works by regex'ing the body/teaser for an image, so that works as well. Maybe I'm misunderstanding the question. In any case, definitely an improvement that it ensures the files is actually an image first...