0

I want to add alt tag in this,but when I use this, It doesnot work.

'244','height' => '163','id' => 'image1','default' => ipThemeUrl('assets/img/ani.png'), 'class' => 'img-responsive'); echo ipSlot('image', $options); ?>
Deeps
  • 11
  • 1
  • Missing some part of the code. And style it as a code (adding 4 spaces in front of each line). – Audrius Jankauskas Sep 16 '15 at 13:52
  • '244', 'height' => '163', 'id' => 'image1', 'default' => ipThemeUrl('assets/img/ani.png'), 'class' => 'img-responsive'); echo ipSlot('image', $options); ?> – Deeps Sep 18 '15 at 04:37

1 Answers1

0

I dug into code. Unfortunately, alt tag is not implemented in the core at the moment.

If you really need this, you can check other slots how they implement attributes and do the same for this slot. Then create a pull request on GitHub and it will be added to the core with next release.