Frame align

how can i align a frame left 200px?
new Frame()only have "left" "right" "center"

You can make

<div id=custom></div>

or whatever id you want. Then position it where you want with CSS, for instance. And set the ZIM Frame() scaling parameter to "custom". See the tag examples at https://zimjs.com/frame.

1 Like