Skip to content

Commit

Permalink
Fixes #44
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPeek committed Sep 4, 2019
1 parent f36e4ee commit f7ae8da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The attributes listed below are used in *components.json* to configure **Hotgrid
Hotgrid automatically switches to 2 columns in small and medium device mode for the best user experience.

----------------------------
**Version number:** 3.0.0
**Version number:** 3.0.1
**Framework versions:** 4+
**Author / maintainer:**
**Accessibility support:** WAI AA
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adapt-hotgrid-audio",
"version": "3.0.0",
"version": "3.0.1",
"framework": ">=4",
"homepage": "https://github.com/deltanet/adapt-hotgrid-audio",
"displayName": "Hotgrid Audio",
Expand Down
4 changes: 2 additions & 2 deletions templates/hotgridPopup.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
</div>
{{/if}}
{{#if body}}
<div class="hotgrid-popup-body{{#unless _itemGraphic}} fullwidth{{/unless}}">
<div class="hotgrid-popup-body{{#unless _itemGraphic.src}} fullwidth{{/unless}}">
<div class="hotgrid-popup-body-inner">
{{{compile body}}}
</div>
</div>
{{/if}}
{{#if _itemGraphic}}
{{#if _itemGraphic.src}}
<div class="hotgrid-popup-graphic{{#unless body}} fullwidth{{/unless}}">
<div class="hotgrid-popup-graphic-inner">
<img src="{{_itemGraphic.src}}" {{#if _itemGraphic.alt}}aria-label="{{_itemGraphic.alt}}"{{else}}aria-hidden="true"{{/if}}/>
Expand Down

0 comments on commit f7ae8da

Please sign in to comment.