0

The situtation is the following: I have a TV of image type called [image-news]. When I call it in a chunk it represents

<img src="assets/images/gallery/обследование(2).jpg">

Is there a way to get src-url of the template variable or to change its css-properties?

Alex
  • 31
  • 5

1 Answers1

1

Just change tv "output options" to text - output options

Vasis
  • 2,281
  • 1
  • 16
  • 23
  • Generelly, it works. However, the problem is that I also want to use image TV as image output type, because I have a lot of web-pages where it is used that way. Is there another way to grab image source address? – Alex Apr 29 '14 at 08:10
  • `[[*imagetv:notempty=\`\`]]` - be enough? – Vasis Apr 29 '14 at 11:50