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.

resize
#1
hi!

Can i resize Visualization object type slider(lights)?
Reply
#2
Do you want to resize slider in inline mode (show control) or slider popup when user clicks an object icon?
Reply
#3
(15.03.2018, 14:14)admin Wrote: Do you want to resize slider in inline mode (show control) or slider popup when user clicks an object icon?

i want to resize slider button in inline.if you can see the screenshots.

Thank you

Attached Files Thumbnail(s)
       
Reply
#4
Add this to Custom CSS (Vis. Graphics > Edit Custom CSS):
Code:
.item-control-single .control-slider {
  transform: scale(1.5);
  transform-origin: 0 0;
}

Note that this will not work in the editor, only in the visualization view. You can change the scale factor (1.5) to whichever value you need.
Reply
#5
(16.03.2018, 08:23)admin Wrote: Add this to Custom CSS (Vis. Graphics > Edit Custom CSS):
Code:
.item-control-single .control-slider {
 transform: scale(1.5);
 transform-origin: 0 0;
}

Note that this will not work in the editor, only in the visualization view. You can change the scale factor (1.5) to whichever value you need.

thank you very much!!
Reply
#6
(16.03.2018, 08:23)admin Wrote: Add this to Custom CSS (Vis. Graphics > Edit Custom CSS):
Code:
.item-control-single .control-slider {
 transform: scale(1.5);
 transform-origin: 0 0;
}

Note that this will not work in the editor, only in the visualization view. You can change the scale factor (1.5) to whichever value you need.
how to can change color?
Reply


Forum Jump: