Hide the pager

You can see in the above image, the pager is to indicate the item that is currently displayed. You don’t need to show the pager in our use case. To achieve this, make “data-ej-showpager” attribute value as false.

  • HTML
  • <div id="rotator" data-role="ejmrotator" data-ej-targetid="rotatorcontent" data-ej-showpager="false">
    </div>