0

In my templavoila I have an image field. It's mapped to be put inside a div tag.

enter image description here

Then I add an image to my page:

enter image description here

But when the page is rendered I get this HTML:

<img width="" height="" border="0" alt="" src="">

Any ideas why the src attribute does not get filled?

Charles Brunet
  • 21,797
  • 24
  • 83
  • 124
BetaRide
  • 16,207
  • 29
  • 99
  • 177
  • 2
    As there is no thumbnail generated as well, did you check the image magick settings in the install tool? Do the test images get generated correctly there? – Michael Jun 14 '12 at 12:55
  • Thanks ImageMagic was missing. I wasn't aware that it does not come with XAMPP. But it can easily be downloaded and installed from the main ImageMagic website. – BetaRide Jun 14 '12 at 13:16
  • Feal free to add this as answer in order i can accept it. – BetaRide Jul 19 '12 at 17:50

2 Answers2

0

maybe the mapping is wrong. you can try this:

tv mapping

zwen
  • 74
  • 5
0

As there is no thumbnail generated as well your image magick settings are probably wrong. Do the test images get generated correctly there? If not, maybe an update of your binary solves it.

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
Michael
  • 2,309
  • 1
  • 23
  • 34