📄️ Adding width and height properties to images
Since 9.3 version, you may specify width and height properties for images ti add more natural-looking loading.
📄️ How stretch slider to full browser width and height?
Slider behaves and can be resized like any other `` block element with unknown HTML inside. \
📄️ How to add multiple sliders to one page and style them differently?
Use different CSS selectors to style and initialize sliders separately. You can add any number of sliders to one page.
📄️ How to change image scaling?
Option imageScaleMode is applied to an image inside slide that has class rsImg, or to img element that is a root element of a slide.
📄️ How to create whole slide with hyperlink?
If you don't have any <a> elements in a slide
📄️ How to position thumbnails, tabs or bullets above the slider?
Reorder navigation element via jQuery after slider is initialized, e.g.:
📄️ How to prevent dragging over specific elements?
Add rsNoDrag class to element that shouldn't be draggable (or to its parent). This might be also useful when you have form elements inside slider that might be blocked on touch devices.
📄️ How to remove extra space around the image?
ImageGallerywithFullscreenOptionRoyalSlider-1.jpg
📄️ How to use another skin?
RoyalSlider skin is a CSS file with set of styled controls, it can be added to any type of slider.
📄️ Why video is shifted on iPad.
iPad video player bubbles all mouse events over video frame, which makes impossible to place any element over it, so to find some place for close video button video frame size is reduced by 44px