Customize dimensions

29 Nov 20161 minute to read

By setting an integer value to “data-ej-height” attribute, you can change the height of the ProgressBar. The width of the ProgressBar is changed by using “data-ej-width” attribute. You can refer to the following code examples.

  • HTML
  • <div id="progressbar_sample" data-role="ejmprogress" data-ej-height="20" data-ej-width="200"></div>

    Output of Customize value: