Hi,
I use a dynamic select field in content view to show an image. I have to select it by combining some database columns. MySQL:
SELECT c.id AS value, c.my_image_column AS text
FROM ...
Then I can use HTML typography like that:
<img src="/*text*" ... >
Everything fine so far.
But: Is there a way to get thumb1?
Greez
Alex