Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Alternative floating location

By default the aforementioned code will start the floating at the top right position. If you wish for to change the floating to start not at the previous code but at a different location, use for style, use the following code as example:

Code Block
<div style="left: 1px; position: fixed; top: 1px;">
<amp-layout
  width="150"
  height="125"
  id="avdock">
</amp-layout>
</div>

...