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.

Javascript ? Iframe ? Parameters how to
#2
You can access any HTML properties from custom JavaScript (Scripting > Tools > Edit custom JavaScript).

Code:
$(function() {
  $('iframe').prop('scrolling', 'no');
});

You might have to use additional classes and change the selector if you have have several iframes and you need to disable scrollbars only on one of them.
Reply


Messages In This Thread
RE: Javascript ? Iframe ? Parameters how to - by admin - 08.07.2019, 07:40

Forum Jump: