Search
Loading...
Skip to content

Move Images

Image positioning in CreativeEditor SDK (CE.SDK) allows you to precisely control where images appear on the canvas. You can move images using absolute pixel coordinates or percentage-based positioning for responsive layouts, making it essential for creating precise layouts and dynamic compositions.

You can position images both through the built-in user interface and programmatically using the SDK’s APIs, providing flexibility for different workflow requirements.

Launch Web Demo

Get Started

Positioning Methods#

CE.SDK supports several approaches to image 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 elements together while maintaining alignment

Applying Positioning#

UI-Based Positioning#

You can move images directly in the CE.SDK user interface by dragging them to new positions. Users can drag and drop elements anywhere on the canvas, making it easy to adjust layouts visually and interactively.

Programmatic Positioning#

Developers can position images programmatically, using the SDK’s API. This allows for precise coordinate control, animated movements, and integration with layout systems or template constraints.

Combining with Other Transforms#

Image positioning works seamlessly with other transformation operations like rotation, scaling, and cropping. You can chain multiple transformations to create complex layouts while maintaining precise control over element placement.

Guides#