Sorry, FYI, I did it replacing the public/assets files for the current version of the jquery plugin π
@minikiz
Hi minikiz, can you tell me exactly which files have you replaced?
thank you a lot!
So, what’s the solution to this problem. It looks terrible on my iPhone, but compared to the only other slider/revealer out there, this one looks GREAT on my computer.
It really REALLY needs to be responsive. How can I make it responsive?
at least for horizontal basically you need images have max-width: 100% attribute.
so adding
.twentytwenty-horizontal img {
max-width: 100%;
}
to your theme style would do the trick.
I would suggest adding it to plugin css though, at least optionally
I too am looking to make this plugin responsive. I tried replacing the JS/CSS from versions I found on GitHub without success.
I noticed in the blog post announcing the plugin (in 2014), the demo IS responsive:
http://aspiringwebdev.com/gorgeous-before-and-after-pictures-in-wordpress/
Can anyone give specific instructions on how to accomplish this?