Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Using either the it.iFrame or Media Box extensions to display a web page zooms the web page to approximately 125% of its original size (see image below). This happens with any page I've tried.
Is there a way to fix this so that the page in the iFrame appears at 100% instead?
Thanks,
Ken
Ken
Found the answer... on my Windows 7, under Control Panel->Appearance and Personalization->Display->Make text and other items larger or smaller, I had "Make it easier to read what's on your screen" set to "Medium - 125%". Changing this setting back to "Smaller - 100% (default)" fixed the display of a web page within the Media Box and it.iFrame extensions.
..\\sense-media-box-master\src\lib\directives\qsMbWebsite\qsMbWebsite.less
Try editing this style file.
Hi Lakshmikandh,
Thanks for your suggestion. As a workaround to the problem, I can increase the width and height percentage to 125% and scale the iFrame back to 80%:
.qv-object-swr-mediabox .qs-mb-website .iframePlaceHolder > iframe {
width: 125%;
height: 125%;
transform: scale(.80);
transform-origin: 0 0;
}
This masks the problem but doesn't really address it. Do you know if there is a reason why websites appear zoomed in extensions in Qlik?
Thanks,
Ken
Found the answer... on my Windows 7, under Control Panel->Appearance and Personalization->Display->Make text and other items larger or smaller, I had "Make it easier to read what's on your screen" set to "Medium - 125%". Changing this setting back to "Smaller - 100% (default)" fixed the display of a web page within the Media Box and it.iFrame extensions.