cloudinary / cloudinary/cloudinary_gem
data-src
Offen
#367
1 Kommentar
0 Reaktionen
1 zugewiesene Person
Beansprucht von @eyalktCloudinary
Auf GitHub ansehen
question
- Vorherrschende Sprache
- Ruby
- Sterne
- 420
- Forks
- 285
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Love the gem, thanks!
Using the helper method, my images are rendering src instead of ```data-src```. Is there a way the ```src``` attribute be ```data-src```?
Example returns
```
<%= cl_image_tag(item.photo.key, crop: "fill", flags: "lossy", fetch_format: "auto", width: 640, quality: "auto", client_hits: "true", sizes: "100vw") %>
```
// alt image url
```
```
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.