File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
src/shared/components/Contentful Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ export class ImageInner extends React.Component {
114
114
data-aos-mirror = { animation . animateOnScrollMirror }
115
115
data-aos-anchor-placement = { animation . animateOnScrollAnchor }
116
116
data-aos-offset = { animation . animateOnScrollOffset }
117
+ loading = "lazy"
117
118
/>
118
119
</ picture >
119
120
) : (
@@ -125,6 +126,7 @@ export class ImageInner extends React.Component {
125
126
src = { imageSources . sourcePolyfill ? imageSources . sourcePolyfill . file . url : imageSources . source . file . url }
126
127
alt = { image . alt || image . name }
127
128
style = { imgStyle }
129
+ loading = "lazy"
128
130
/>
129
131
</ picture >
130
132
)
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ li.tab {
53
53
padding-right : 20px ;
54
54
border-bottom : 5px solid $gray-border-color ;
55
55
min-width : auto !important ;
56
+ white-space : nowrap ;
56
57
57
58
& :first-child {
58
59
padding-left : 7px ;
You can’t perform that action at this time.
0 commit comments