Good afternoon, how do I place an image in a specific place on the screen and eventually place a similar image on each side of it. Can you define a coordinate system?
For putting an image on a specific space of the screen I would first see if there are any components from OutSystems UI to do that. If there isn't I need first to know what will be the use cases and what I want to cover. Possibly I would need to build a component for my use case or I would adapt and use some of the OutSystemsUI components and give some custom CSS just to fulfil my requirements.
This means that you need to think of it first and also share the Use cases you want to use.
Some options:
Kind Regards,
Márcio
Hii , @jose brito
You Can try below OML logic for display image.
Hi Jose Brito,
Use position relative and position absolute for this issue, you can give position relative to parent container and give position absolute to child container or you can use position fixed property.
Regards,
Dinesh P.