pixedelic / Camera

http://www.pixedelic.com/plugins/camera/
494 stars 309 forks source link

not work in right to left #32

Open hammmyd opened 11 years ago

hammmyd commented 11 years ago

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 }