Positioning System
Position your video layers using anchors and offsets for pixel-perfect control:β Anchors
9 anchor points for easy positioning
π Offsets
Pixel offsets for fine-tuning position
π Size Modes
Multiple sizing options for different needs
Anchor Points
Use anchor points to position layers relative to the canvas:| TOP_LEFT | TOP_CENTER | TOP_RIGHT |
|---|---|---|
| CENTER_LEFT | CENTER | CENTER_RIGHT |
| BOTTOM_LEFT | BOTTOM_CENTER | BOTTOM_RIGHT |
Size Modes
Choose how your videos are sized within the composition:CONTAIN (Fit Within Canvas)
Scales video to fit within canvas while preserving aspect ratio:COVER (Fill Canvas)
Scales video to fill entire canvas, may crop edges:PX (Exact Pixels)
Set exact pixel dimensions:CANVAS_PERCENT (Percentage of Canvas)
Size relative to canvas dimensions:SCALE (Relative to Original)
Scale relative to the videoβs original dimensions:FIT_WIDTH / FIT_HEIGHT
Scale to match specific canvas dimension:Visual Effects
Opacity
Control layer transparency:Size Mode Comparison
| Mode | Use Case | Aspect Ratio | Example |
|---|---|---|---|
| CONTAIN | Fit entire video | Preserved | Video player |
| COVER | Fill canvas | Preserved (may crop) | Background video |
| PX | Exact dimensions | May stretch | Fixed overlays |
| CANVAS_PERCENT | Responsive sizing | Preserved | Picture-in-picture |
| SCALE | Relative to original | Configurable | Zoom effects |
| FIT_WIDTH | Match canvas width | Preserved | Full-width banner |
| FIT_HEIGHT | Match canvas height | Preserved | Sidebar video |
Practical Examples
Picture-in-Picture
Classic PIP layout with main video and small overlay:Side-by-Side Comparison
Two videos side by side:Overlay Grid
Multiple small overlays in a grid:Z-Order (Layer Stacking)
Control which layers appear in front:Alpha Channel Control
Control transparency processing for each layer:Tips & Best Practices
Responsive Design
Use percentage-based sizing for responsive layouts:Visual Hierarchy
- Use z-order to control layer stacking
- Use opacity to create depth
- Use size to emphasize importance
