Hi,
I have uploaded images in asset, now i want to change images as per screen height and width. How can i get images from asset ?
Thanks,
Ishani
Hi,
I have uploaded images in asset, now i want to change images as per screen height and width. How can i get images from asset ?
Thanks,
Ishani
Hi Ishani,
Sorry, not sure I understand your question. [quote:]i want to change images as per screen height and width[/quote]What do you want to do?
Hi,
As per the screen height width of the device, want to change image accordingly, which i have already uploaded in asset.
Ishani,
It's better to place images in WEB_RESOURCES/files/views/image and use this code:preAppery.getImagePath("assetName");/preWhere assetName is an image asset name.