언어 설정

Menu
Sites
Language
Bigger images not to be seen properly

We are hitting an API, which is returning us the XHMTL markup which inturns we use to show the data on the page. The XHTML markup have a link to an enlarged image. The image when it gets displayed is not being displayed properly. The image flowing outside the display area of the screen is not being displayed prooperly. 

 

We can scroll to the right side of the screen but the image is still not displayed properly.

Can you tell us how to resolve it. (We don't want to give the image width and height manually.)

Edited by: Brock Boland on 17 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

3 댓글
talari praveen kumar
hi shovan try this in your css file #content_id{ min-width:640px;//image width }
shovan roy
The solution given does not solve my issue. The image is currently of bigger image.size. Even given max-width or min-width is not working. Any other solutions?
Marco Buettner
set width/height directly in the img tag to scale down the image.