Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Image for srcset and lazy loading #2103
Add Image for srcset and lazy loading #2103
Changes from 7 commits
7d6d66a
46f7527
4f295fb
fa9f0bc
7c36913
2c651dc
eda9c57
fa0df06
a3a8df9
1cfa340
37b1c15
5a183c6
397bee8
86b7ade
542b86f
4da4fb0
2bf73d9
931fd27
d3fe9bb
c168e48
7540b9f
e9a030e
a786b98
fbf2c93
d88e7fd
e458667
5bd771d
a748813
1cb2b46
5f6beb9
e0ee9e5
5cceee9
f4bb5d4
5ff9660
b828e35
103b8f7
1fc051b
8f89c41
071fd69
a210d23
609ecdb
ceda054
86df9d1
4b56ef2
1c2b895
1ac4e2b
4fc573a
1576e3d
53925eb
98e0f46
cf533c1
47df2bd
1932873
4637a37
7b6af2e
3660875
d22b2a3
a5af866
b3c879d
fba8125
af854dc
ed1e9e5
5418d2b
c74c3b3
5a101df
6f4ff20
1fb6a0a
4d764ca
a07bc4c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not from components?
import { Image } from '@plone/volto/components
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
listing
scale by default? why is that? that scale is not in the plone.volto ones.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this HTML string I think that attribute values strings should be escaped based on the rules in this SO answer.