Iframe Image default zoom out issue

Maruder

New Member
I am loading an image through iframe and have removed default styling of zoom and auto-scrolling. Now I am facing issue in showing image in IE and Chrome when the image dimension is 1024*768(when picking up image from the Sample Picture of windows) and it is working fine for smaller dimension picture 200*100. The problem is only part of the image is showing up. I guess it is the zoom issue of chrome and ie. Please help me in counter this issue.Code which I have done for IFrame is \[code\]![<div class="dataGroup inline-inputs" > <label for="_erCurrentLogo">Current Logo:</label><iframe id="imgLogo" frameborder="0" width="100%" height="100%" scrolling="no"></iframe><a id="deleteEmployerLogo" href="javascript:void(0)" onClick="deleteLogo();return false">delete</a> </div>][1]\[/code\]
IXLK4.png
 
Back
Top