hi, sorry for my bad English.
thanks for your great plugin
i use it in a right to left page but it not work properly.
i use this solution to fix that:
.camera_wrap {
display: none;
float: left;
position: relative;
z-index: 0;
direction: ltr
}
.cameraContent {
bottom: 0;
display: none;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
direction: rtl
}
hi, sorry for my bad English. thanks for your great plugin i use it in a right to left page but it not work properly. i use this solution to fix that: .camera_wrap { display: none; float: left; position: relative; z-index: 0; direction: ltr } .cameraContent { bottom: 0; display: none; left: 0; position: absolute; right: 0; top: 0; width: 100%; direction: rtl }