Responsive Image For Elementor is a responsive image widget for Elementor.
There is no responsive image control within Elementor. Elementor does allow for responsive background images, but has no native responsive img
or picture
tags.
Not sure when to use img
or css background image?
Is the image part of the content, or part of the design?
It is better to use img
tags when:
- They have semantic meaning within the content i.e. picture of a person etc.
- They should be indexed by search engines.
- The
alt
,title
andfigcaption
are needed. - They should be printed by default.
It is better to use css background-images when:
- Image is purely for design.
- Image should not be printed by default.
- Ability to select mobile, tablet, and desktop images.
- Ability to select the tag to use:
img
orpicture
. - Ability to select the orientation when using the picture tag.
- Ability to set the default loading behavior for the image: eager or lazy.
- Ability to use Elementor Pro dynamic tags.
- Clone or download the repo.
- Zip the contents into an archive/zip file.
- Install as a plugin within WordPress.