LassoScript Utility
Basics Browse Detail

[WAP_MaxVertPixels]

Tag Link [WAP_MaxVertPixels] Category Client
Type Substitution Source Available Yes
Support Preferred Version 5.0
Change Unchanged Data Source Any
Output Type Integer Security None
Implementation LDML Sets Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0

Description

[WAP_MaxVertPixels] returns the height of the screen in pixels of the current client's WAP browser.

This information is reported by the WAP browser. Not all browsers may supply this information.

Syntax

[WAP_MaxVertPixels]

Parameters

No Parameters Required.

Examples

To scale a picture to the size of the WAP browser's screen:

Use the [WAP_MaxVertPixels] and [WAP_MaxHorzPixels] tags to determine the size of the client's screen. The following <img> tag scales the image to the size of the screen.

<img src="WAP_Image.gif" width="[WAP_MaxHorzPixels]" height="[WAP_MaxVertPixels]">