Skip to main content

Adding a custom preview image

This section describes how to add a custom preview image to your mashup. The preview image is displayed on your mashup on the Dev Hub start page.

Information noteThis functionality is not available in Qlik Sense SaaS.
  1. On the Dev Hub start page, select your mashup.

  2. In the Mashup Editor menu, select Import file. Import your image file.

  3. Update the QEXT file by adding the preview property as shown below.

    {
        "type": "mashup",
        "name": "myMashup",
        "description": "Basic responsive mashup template",
        "version": "1.0.0",
        "author": "",
        "homepage": "",
        "keywords": "qlik-sense, visualization, mashup",
        "license": "",
        "repository": "",
        "dependencies": {
            "qlik-sense": ">=3.0.x"
        },
        "preview": "myImage.png"
    }
  4. Click Save.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!