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.

iFrame Scheduler customization
#5
Can you explain the task in more detail? If you this for a particular device you can check the user agent string and add classes via JavaScript.

It's also possible to use CSS media queries to target only certain width/height values: https://developer.mozilla.org/en-US/docs...ia_queries
As a work-around you can set iframe to a specific size (480 in this example) and use this CSS:
Code:
@media (min-width: 480px) and (max-width: 480px) {
  .schedulers.view-frame {
    background: red;
  }
}
Reply


Messages In This Thread
iFrame Scheduler customization - by Mirco - 15.03.2022, 09:35
RE: iFrame Scheduler customization - by admin - 15.03.2022, 09:53
RE: iFrame Scheduler customization - by Mirco - 15.03.2022, 15:49
RE: iFrame Scheduler customization - by Mirco - 17.03.2022, 08:55
RE: iFrame Scheduler customization - by admin - 17.03.2022, 10:06
RE: iFrame Scheduler customization - by Mirco - 17.03.2022, 13:09
RE: iFrame Scheduler customization - by admin - 17.03.2022, 14:54

Forum Jump: