Project

General

Profile

« Previous | Next » 

Revision 61306

[Trunk | Library]:
dataProvider.component.html & availableOn.component.ts & metrics.component.ts & showPublisher.component.ts & organization.component.html & project.component.html & resultLanding.component.html &
how.component.ts & myOrcidLinks.component.ts & orcid-work.component.ts & newSearchPage.component.html & portal-search-result.component.html & result-preview.component.html &
bottom.component.html & feedback.component.ts & showAuthors.component.ts & gif-slider.component.ts:
Added loading="lazy" on <img> elements.

View differences:

gif-slider.component.ts
13 13
        <li *ngFor="let gif of gifs">
14 14
          <div class="uk-flex uk-padding uk-child-width-1-2@m uk-child-width-1-1@s" uk-grid>
15 15
            <div>
16
              <img [attr.src]="gif.gif" class="uk-box-shadow-large uk-border-rounded">
16
              <img [attr.src]="gif.gif" class="uk-box-shadow-large uk-border-rounded" loading="lazy">
17 17
            </div>
18 18
            <div [ngClass]="(gifRight)?'uk-flex-first':''" class="uk-margin-top">
19 19
              <div>

Also available in: Unified diff