WaldorfConnect / portal

Central authentication and management platform - guidepost to all our services!
https://portal.waldorfconnect.de
MIT License
2 stars 0 forks source link

Lazy load school and group images #34

Closed linusgke closed 10 months ago

linusgke commented 10 months ago
lchristmann commented 10 months ago

Suggestion for addressing point 2 and 3:

<? if (image_exists_in_filesystem()) ?>
    displayThisImage
<? else ?>
    displaySomePlaceholderImageFromOurImgFolder
<? elseif ?>
lchristmann commented 10 months ago

Implementation:

Push & Deployment: