質問

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?

役に立ちましたか?

解決

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.

他のヒント

maybe the mapping is wrong. you can try this:

tv mapping

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top