Skip to content

Commit

Permalink
Merge pull request #7 from theohbrothers/enhancement/gallery-add-titl…
Browse files Browse the repository at this point in the history
…e-and-alt-to-menu-buttons

Enhancement (gallery): Add title and alt to menu buttons
  • Loading branch information
leojonathanoh authored Aug 25, 2021
2 parents bb4d0c5 + 4c0465b commit 8b7dd59
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions webize
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@ if [ -n "$GALLERY" ]; then
</head>
<body>
<menu>
<fullscreen>💻</fullscreen>
<stretchx>↔️</stretchx>
<stretchy>↕️</stretchy>
<tilesmaller>🐜</tilesmaller>
<tilelarger>🦕</tilelarger>
<imagelabeller>🏷</imagelabeller>
<pin>📌</pin>
<fullscreen title="Full Screen" alt="Full Screen"">💻</fullscreen>
<stretchx title="Stretch horizontally" alt="Stretch horizontally">↔️</stretchx>
<stretchy title="Stretch vertically" alt="Stretch vertically">↕️</stretchy>
<tilesmaller title="Tile smaller" alt="Tile smaller">🐜</tilesmaller>
<tilelarger title="Tile larger" alt="Tile larger">🦕</tilelarger>
<imagelabeller title="Toggle label" alt="Toggle label">🏷</imagelabeller>
<pin title="Toggle pinned menu" alt="Toggle pinned menu">📌</pin>
</menu>
<content>
<gallery>
Expand Down

0 comments on commit 8b7dd59

Please sign in to comment.