Embedded view shrink content

Hello, I have a project in Ignition 8.1 were I have made a coordinate container.
In the conatiner I have different components which all have a specific placement.
This view has a dimention of 1390x800.

I also have another view (Flex container) where I want to display the coordinate view.
This flex conatiner has the same dimentions as the coordinate view, but I want to display it smaller. I have tried using embedded view, but it seems the view is to large to fit in the flex container and scroll bars appear. I dont want to have any scroll bars.

The issue is the coordinate is to big to display the whole view in the flex container. How do I shrink the whole size of the content in the embedded view? Or is there another way to display a larger view in a smaller view and still contain the right view.

See image:

On the top level of the coordinate container you can set the mode to percent.

Note however that this does not always have the result you wish for especially with multiple allined images/svgs/icon.

1 Like

Hey victordcq, thank you for your quick reply. This worked excellent!

Thank you!

1 Like