Englishjquery image slider plugin  Deutschbildergalerie erstellen  Españolgalerias de imagenes  Françaisdiaporama gratuit  ItalianoImmagini Galleria   汉语网络幻灯片: 效果的幻灯片  Português brasileiroGaleria De Imagens  Русскийслайдер изображений, слайдшоу, CSS слайдер  Svenska Bild Galleri  日本語画像のスライダー&ギャラリー  NederlandsAfbeeldingen Caroussel 

Recent Demos

 Is it possible to change play/pause button position in html gallery slideshow?

Q: Dear support,

The play/pause appears at the center of the slide which is a bit obtrusive and it should be possible to move it to one corner (top left or top right or bottom left or bottom right).

A: You can change it manually only. Please, open generated "style.mod.css" file in any text
editor (for example, NotePad), find following lines:

#wowslider-container1 .ws_playpause {
    height: 50px;
    left: 50%;
    margin-left: -9px;
    margin-top: -24px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 59;
}


and change margin-left and margin-top parameters.