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:

newSearchPage.component.html
186 186
          >
187 187
          </advanced-search-form>
188 188
          <div *ngIf="entityType === 'community' || entityType === 'stakeholder' " class="uk-position-center-right uk-visible@m">
189
            <img src="assets/common-assets/common/search.svg" class="uk-align-center" width="141" height="171">
189
            <img src="assets/common-assets/common/search.svg" class="uk-align-center" width="141" height="171" loading="lazy">
190 190
          </div>
191 191
        </div>
192 192
      </div>
......
389 389
                          class="uk-margin-small-top uk-grid uk-child-width-1-2">
390 390
                      <!-- Last Index Info-->
391 391
                      <div class="">
392
                        <img src="assets/common-assets/graph.svg" style="opacity: 0.4">
392
                        <img src="assets/common-assets/graph.svg" style="opacity: 0.4" loading="lazy">
393 393
                        <span class="uk-margin-small-left uk-text-baseline uk-text-muted">Powered by <a href="https://graph.openaire.eu" class="graph-color">OpenAIRE Research Graph</a></span>
394 394
                      </div>
395 395
                      <div class="uk-text-right">

Also available in: Unified diff