how to add alt tag in ipslot in impresspages

111 views Asked by At

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); ?>
1

There are 1 answers

0
Audrius Jankauskas On

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.