4

I want to show only the photo without the label which show the word Image and the line as showing in the photo i use group tag to make the screen two sides and i want only the photo in the left side without the label of it which is appear by default in group Is there ant ideas ?

ChesuCR
  • 9,352
  • 5
  • 51
  • 114

1 Answers1

10

Add the attribute nolabel="1" to your image field element

<field name="field_name" nolabel="1" />
ChesuCR
  • 9,352
  • 5
  • 51
  • 114