Skip to content

Commit

Permalink
fix image path
Browse files Browse the repository at this point in the history
  • Loading branch information
bartek committed Jan 31, 2025
1 parent 0b2d167 commit 85539a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/hfxbikeparking/gallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@

// Create image but don't set src yet
const img = document.createElement('img');
img.dataset.src = src; // Store the src for later
img.dataset.src = "/static/hfxbikeparking/" + src; // Store the src for later
img.alt = 'Collage image';

item.appendChild(img);
Expand Down

0 comments on commit 85539a0

Please sign in to comment.