Block Client API

Block Callback Func

Resize1

Set the height of the IFRAME element embedding the given block.

Kind Block Callback
Method postMessage
Message Data { "bubblehouseBlockClientCall": "Resize1", ... }

Input

  • instance string required

    Block instance identifier passed to the Blocks API.

    Empty string if an instance identifier has not been provided.

  • height integer required

    Height of the frame content in pixels

Previous
OpenPopup1