Question

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?

Was it helpful?

Solution

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.

OTHER TIPS

maybe the mapping is wrong. you can try this:

tv mapping

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top