Changeset abc8959 in Klonkt


Ignore:
Timestamp:
06/28/2026 10:08:17 PM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
3487567
Parents:
5bc67b4
Message:

fix(images): profile-header avatar 256px (2x of the 120px display, not 320)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/partials/profile-header.ejs

    r5bc67b4 rabc8959  
    4444    <button type="button" class="profile-photo" data-pf-summary aria-label="<%= _displayName || 'Profile' %>">
    4545      <% if (_avatarUrl) { %>
    46         <img src="<%= avatar(_avatarUrl, 320) %>" alt="">
     46        <img src="<%= avatar(_avatarUrl, 256) %>" alt="">
    4747      <% } else if (site.enable_audio_player && (typeof audioEnabled === 'undefined' || audioEnabled)) { %>
    4848        <span class="profile-photo-fallback profile-photo-fallback--music" aria-hidden="true">
Note: See TracChangeset for help on using the changeset viewer.