Skip to main content
Skip table of contents

Image

use as backing java object for ImageModel data

implements: hash
bundle: standard information structure (sismodel)
since 5.2.0
use as backing java object for ImageModel data

Defined hash keys

aspectRatio ↦ String
since 5.2.0
get aspect ratio of image

dataSrc ↦ String
since 5.3.1
get src URL to get data url (embedding in newsletters etc). attention using this will increase the page size, and the memory consumption during page generation

height ↦ Integer
since 5.2.0
get height in pixel

isLandscape ↦ Boolean
since 5.3.1
true if width is greater then height of image

isPortrait ↦ Boolean
since 5.3.1
true if width is less then height of image

persistentSrcImageSrcModel
since 5.2.0
get src URL for long time support and download

sid ↦ Long
since 5.2.0
get the storage item ID

srcImageSrcModel
since 5.2.0
get src URL to use in web pages

storageItemStorageItemModel
since 5.2.0
get image's storage item

width ↦ Integer
since 5.2.0
get width in pixel

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.