Hello,

As the title says, the flexislider should have an alt tag for accessibility

<a href="<?php print url($url1); ?>"><img src="<?php print base_path() . drupal_get_path('theme', 'responsive') . '/images/slide-image-1.jpg'; ?>"/></a>
          <?php if ($cap1): ?> <div class="flex-caption"> <h3> <?php print $cap1; ?> </h3> </div>  <?php endif; ?>

Where to add it?

Comments

devsaran’s picture

Status: Active » Closed (fixed)

FlexSlider has recommended not to add ALT tag for the Slider Images