This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Block Auto-size for iframe?
#1
Hi. 
Is there possible to block the auto-size setting for iframes in visualisation, tried using some additional CSS an additional classes but no success.
Code:
.iframeSpotRing {
  height: 670px;               
  overflow-y: auto;            /* for adding scrollbar if conent more then 670px */
  transform: none !important;  /* block autosize */
  width: 100% !important;     
  pointer-events: all !important;
}
Reply


Messages In This Thread
Block Auto-size for iframe? - by victor.back - 14.04.2025, 06:50
RE: Block Auto-size for iframe? - by admin - 14.04.2025, 07:03

Forum Jump: