Versions Compared

Key

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

...

Type of imageDescriptionCan be connected to
Main imageThe image that represents the object. Can be the image that is displayed in the top on the mobile app and customer web, an image for a product or a picture of an instructor.App, Product, Resource, Web category 

Logo for light theme

For the app object it is possible to set a logotype. It needs to exist in two different variants. This one is the one supposed to work good on light backgrounds.App
Logo for dark themeFor the app object it is possible to set a logotype. It needs to exist in two different variants. This one is the one supposed to work good on dark backgrounds.

App

How to connect an image to an object

...

  1. Go to the view of the object that you want to upload an image for.
  2. Click on the tab "Media".
     Image Added
  3. Click on the field that you want to upload an image for. The field could often be named "main image".
  4. Click on the "upload" button in the dialogue that showed up.

    Image Added

  5. Next there is three steps to do:
    1. Choose an image to upload. Write a title that describes the image.
      Image Added

    2. Crop the image in a way so that it does not contain any unnecessary edges or empty margins.
      Image Added

    3. Mark a focus point in the image. This is to ensure that the most interesting/important part of the image is always showing regardless of screen/unit used for viewing (the image will have different resolution and height/width-ratio depending on the unit used).
      Image Added

  6. Click "upload". It can then take a couple of seconds before the image is processed and saved, this is normal.
  7. Click "save" in order to save the change that has been made on the object.

...

Image typeGood width/height ratioLowest resolutionImage format
App - LogotypeFrom 1:1 to 4:1.The image should have a minimum height of 320 pixels. More than 640 pixels are not needed.

PNG. The logotype needs to have a transparent background in order for it to look good.

JPG do not have support for transparency.

App - Main image16:91520 pixels wide.JPG
Product1:11520 pixels wide.JPG

Resource

1:1512 pixels wide.JPG
Web category16:91520 pixels wide.JPG


Picking an image from assets

The API provides image assets in an array containing various sizes. Both the web and app utilize following methods to determine the appropriate image to display based on the available screen space.

  • selectClosestWidth
  • selectClosestHeight
  • selectClosestAspectRatio
  • selectClosestWidthAndHeight

Displaying images

  • When displaying the image on the web or app, the system detects the available space. 
  • The system dynamically resizes and positions the image so that the focal point remains as centered as possible within the visible area.