How to disable auto focus zooming?

Hey Ishaq,
Auto Zooming is a default preference of this component. You can cancel this setting in premium accounts by adding the following custom code:

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

Hope it helps!
Marina, EditorX team.