Skip to content

Commit

Permalink
Merge pull request #9 from waynezhang/fix/grid_computing
Browse files Browse the repository at this point in the history
fix(#8): provide iamge size for grid computing
  • Loading branch information
waynezhang authored Feb 7, 2024
2 parents 5d433ee + 35197f6 commit d6065bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/static/templates/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</div>
<div class="section-images section-images-{{ .Slug }}">
{{- range .ImageSets }}
<div>
<div style="width: {{ .ThumbnailSize.Width }}px; height: {{ .ThumbnailSize.Height }}px">
<a class="section-image"
href="photos/{{ $section.Slug }}/original/{{ .FileName }}"
data-pswp-src="photos/{{ $section.Slug }}/original/{{ .FileName }}"
Expand Down

0 comments on commit d6065bc

Please sign in to comment.