Hi everyone at the forum,
I know that an image can be enlarged disproportionately. But what about a container that holds multiple images? Is that possible? I think, there is no other way, images (or any objects) can be grouped, than putting them into a container (??)
Thanks very much!
Joerg
You can make the image stretch inside a container by using CSS properties like width:100%, height:100%, and object-fit:cover or object-fit:contain depending on the effect you want. In VisualNEO Web, assigning these styles to the image or container usually works well for responsive layouts. Hope this helps!
Hi everyone at the forum,
I know that an image can be enlarged disproportionately. But what about a container that holds multiple images? Is that possible? I think, there is no other way, images (or any objects) can be grouped, than putting them into a container (??)
Thanks very much!
Joerg
You can make the image stretch inside a container by using CSS properties like width:100%, height:100%, and object-fit:cover or object-fit:contain depending on the effect you want. In VisualNEO Web, assigning these styles to the image or container usually works well for responsive layouts. Hope this helps!
luishp and CDY@44 have reacted to this post.