You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to know if there's a way to add images using the CSS background-image attribute instead of <img/> elements. I find that <img/> elements have limitations and don't provide the flexibility needed for full manipulation, especially when it comes to styling and responsiveness.
Using CSS for images could offer more control over properties like positioning, scaling, and layering, but I’m not sure how to implement this effectively or if it's supported in our current setup.
Has anyone explored this approach or have suggestions on how to do this? Any insights or examples would be greatly appreciated!
Thanks!
The text was updated successfully, but these errors were encountered:
Hi everyone,
I wanted to know if there's a way to add images using the CSS background-image attribute instead of
<img/>
elements. I find that<img/>
elements have limitations and don't provide the flexibility needed for full manipulation, especially when it comes to styling and responsiveness.Using CSS for images could offer more control over properties like positioning, scaling, and layering, but I’m not sure how to implement this effectively or if it's supported in our current setup.
Has anyone explored this approach or have suggestions on how to do this? Any insights or examples would be greatly appreciated!
Thanks!
The text was updated successfully, but these errors were encountered: