Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Using an Extension to Host a Web Page in a Sheet Zooms Page to 125%

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

QlikSenseWebPageZoomedInExtension.png

Ken

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

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.

View solution in original post

3 Replies
lakshmikandh
Specialist II
Specialist II

..\\sense-media-box-master\src\lib\directives\qsMbWebsite\qsMbWebsite.less

Try editing this style file.

Anonymous
Not applicable
Author

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

Anonymous
Not applicable
Author

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.