Video positioning in CreativeEditor SDK (CE.SDK) allows you to precisely control where video elements appear on the canvas. You can move videos using absolute pixel coordinates or percentage-based positioning for responsive layouts, making it essential for creating precise video layouts and dynamic compositions.
You can position videos both through the built-in user interface and programmatically using the SDK’s APIs, providing flexibility for different workflow requirements.
Launch Web DemoGet Started
Positioning Methods#
CE.SDK supports several approaches to video positioning:
- Absolute Positioning: Use precise pixel coordinates for exact placement
- Percentage Positioning: Position relative to parent container for responsive designs
- UI Drag & Drop: Interactive positioning through direct manipulation
- Group Movement: Move multiple video elements together while maintaining alignment
Applying Positioning#
UI-Based Positioning#
You can move videos directly in the CE.SDK user interface by dragging them to new positions. Users can drag and drop video elements anywhere on the canvas, making it easy to adjust video layouts visually and interactively.
Programmatic Positioning#
Developers can position videos programmatically, using the SDK’s API. This allows for precise coordinate control, animated video movements, and integration with layout systems or template constraints.
Combining with Other Transforms#
Video positioning works seamlessly with other transformation operations like rotation, scaling, and cropping. You can chain multiple transformations to create complex video layouts while maintaining precise control over element placement.