CarouselView.enableHD

[CarouselView.|<containerId>_carouselView.]enableHD=always|never|limit[, *number*]

always|never|limit

Enable, limit, or disable optimization for devices where devicePixelRatio is greater than 1, that is devices with high-density display like iPhone4 and similar devices.

If active then the component limits the size of the IS image request as if the device only had a pixel ratio of 1 and that way reducing the bandwidth.

See example below.

number

If using the limit setting, the component enables high pixel density only up to the specified limit.

See example below.

Properties

Optional.

Default

limit,1500

Example

enableHD=always

On this page