Skip to content

Commit

Permalink
decrease event image max-width from '300px' to '250px' (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdikhashan authored Apr 29, 2024
1 parent 7d3efca commit d8eeff0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="event">
<div class="event-image {{#if event.category}}event-image-{{event.category}}{{/if}}">
{{#if event.pictureUuid}}
<img src="/picture?uuid={{event.pictureUuid}}" style="height:100px;max-height:250px;max-width:300px;" alt="{{#if event.pictureAltText}}{{event.pictureAltText}}{{else}}Event Bild{{/if}}" aria-label="Event Bild" aria-labelledby="image" />
<img src="/picture?uuid={{event.pictureUuid}}" style="height:100px;max-height:250px;max-width:250px;" alt="{{#if event.pictureAltText}}{{event.pictureAltText}}{{else}}Event Bild{{/if}}" aria-label="Event Bild" aria-labelledby="image" />
{{else}}
<svg title="Event Bild" viewBox="0 0 512 512" height="100px" >
<use xlink:href="#{{#if event.category}}{{event.category}}{{else}}image{{/if}}"></use>
Expand Down

0 comments on commit d8eeff0

Please sign in to comment.