DWUser
Forum Replies Created
-
Hi @robocorn,
Linux isn’t officially supported, but you should be able to use it by doing the following:
– Install the last Linux-compatible Adobe AIR runtime from http://helpx.adobe.com/air/kb/install-air-2-64-bit.html
– Download and install the the wizard AIR application from http://cdncf.dwuser.com/EasyRotator/WPMgr/EasyRotatorWizard.air
– You should then be able to use the plugin within WordPressSincerely,
Drew O’Neill
DWUser.com SupportHi @glaze0101,
Thanks for using EasyRotator for WordPress! I apologize, but can you please clarify and expound on your question?
Sincerely,
Drew O’Neill
DWUser.com SupportHi @anointed,
Thanks for using EasyRotator for WordPress! EasyRotator works best when it has a static space to live in. For simple rotators/sliders, however, you can add auto-resizing via the
scaleoption under the CSS3transformproperty.For example, say you have an 800×400 rotator. In the desktop-targeted layout, you have a 800px wide space, so everything’s perfect. In the tablet layout, though, you have a 400px wide space. To scale it down to 400×200 on tablets, you could add the following in your tablet stylesheet:
.dwuserEasyRotator { -webkit-transform: scale(0.5, 0.5); -moz-transform: scale(0.5, 0.5); -o-transform: scale(0.5, 0.5); transform: scale(0.5, 0.5); -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -o-transform-origin: 0 0; transform-origin: 0 0; }Hope that helps!
Sincerely,
Drew O’Neill
DWUser.com Support