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:

result-preview.component.html
2 2
  <!-- Before title -->
3 3
  <div class="uk-grid uk-flex uk-flex-middle">
4 4
    <div   *ngIf="properties.enermapsURL && showEnermaps && result.enermapsId"  class=" uk-inline uk-width-auto  uk-text-center uk-visible-toggle">
5
      <img  class="uk-width-medium" [src]="properties.enermapsURL +'/images/' + result.enermapsId + '.png'" alt="Enermaps tool preview">
5
      <img  class="uk-width-medium" [src]="properties.enermapsURL +'/images/' + result.enermapsId + '.png'"
6
            alt="Enermaps tool preview" loading="lazy">
6 7
      <div class="uk-overlay uk-margin-medium-left uk-overlay-default uk-position-bottom uk-hidden-hover uk-padding-small">
7 8
        <p>Visit <a
8 9
          class=" uk-margin-right uk-margin-small-top"
......
256 257
         [title]="from.bestAccessMode ? from.bestAccessMode : 'Not available'"
257 258
         class="uk-flex">
258 259
    <span class="uk-margin-small-right">
259
      <img [src]="from.icon">
260
      <img [src]="from.icon" loading="lazy">
260 261
    </span>
261 262
      <span class="uk-width-expand">
262 263
      <span class="uk-margin-right uk-display-inline-block">

Also available in: Unified diff