Making WebContainer stationary

How to make a WebContainer stationary so it doesn’t move when a user Resizes a browser.
I’m placing the WebContainer directly on the VideoPage via IDE on the latest PC version.
I tried setting different locking settings but the WebContainer still moves.

What do you mean by “it moves”? What happens when you lock it to the top and left?

“when” you do the locking is typically the most important. Are you setting the locking before you embed the container in the page.

The control would move up as I’m resizing the browser. I removed and readded the WebContainer and locked the Top and Left as you suggested and it is working now.
Thanks.