We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7989d commit 535e5d0Copy full SHA for 535e5d0
packages/components/bolt-image/src/image.js
@@ -267,7 +267,7 @@ class BoltImage extends withLitHtml() {
267
)}"
268
data-srcset="${ifDefined(lazyload ? srcset || src : undefined)}"
269
sizes="${ifDefined(
270
- ththis.isLazyLoaded || (this.sizes && this.sizes !== 'auto')
+ this.isLazyLoaded || (this.sizes && this.sizes !== 'auto')
271
? this.sizes
272
: `${this.offsetWidth}px`,
273
0 commit comments