Skip to content

Commit

Permalink
v2.0.3
Browse files Browse the repository at this point in the history
Modifications for web accessibility.
  • Loading branch information
BlueBatracien committed Aug 13, 2018
1 parent 0ab2327 commit aa754a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<guid>c9141526-1cff-4825-827f-a44615d33567</guid>
<version>2.0.2</version>
<date>2016-06-07</date>
<description><![CDATA[Lightbox Gallery]]></description>
<description><![CDATA[Lightbox Gallery
v2.0.3 - Added alt attribute to img]]></description>
<company>Askia</company>
<author><![CDATA[Paul Ferreira <paulf@askia.com>]]></author>
<site>http://www.askia.com</site>
Expand Down
2 changes: 1 addition & 1 deletion resources/dynamic/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<img src="{%:= allImages[i] %}" class="img-responsive thumbnail" {% if showCaptions = "1" Then %}alt="{%= allCaptions[i] %}"{% EndIf %} />
{% EndIf %}
<div class="gallery-poster">
<img src="{%= CurrentADC.URLTo("static/zoom.png") %}">
<img src="{%= CurrentADC.URLTo("static/zoom.png") %}" {% if showCaptions = "1" Then %}alt="{%= allCaptions[i] %} zoom"{% EndIf %}>
</div>
</a>
{% if showCaptions = "1" Then %}
Expand Down

0 comments on commit aa754a9

Please sign in to comment.