Hi,
I'm migrating my website to drupal. For example i have this page (not drupal)
http://www.360philippines.com/panoramas/fort-santiago/
IT has a flash content on top, some text in the middle and images at the bottom for other pages. As a teaser I would want to generate a thumbnail from the flash player (krpano) if this is possible.
I looked at the webs snapr module but it seems to be for external links and I wouldn't want to generate a thumbnail for the whole page but only the flash content.
I tried the teaser thumnail module I couldn't make it work, I can't find a lot of information on how to use it. If i could make this work I would have to edit my content to contain a photo on top before the flash content. and I don't think i want any images on the page because the flash viewer already shows that.
Is there a way I could maybe include a photo on the content but hide it through CSS? and modules would still be able to detect it and display as a thumbnail on a teaser?
Any ideas on how I'm going to implement somthing like this?
Thanks,
Milo
Comments
Your last idea would be the
Your last idea would be the easiest. If you add a thumbnail image field to your content type...
Then under: Content Types > Edit > Display Fields
You can choose your display options for the teaser and full node. Just remove it from your full node view.
Wow that was quick and right
Wow that was quick and right on! thanks hairybrew I haven't looked at that display fields section before now I know that's what it's for. :)