• Hello,
    First of all, thanks for the plugin. It works great πŸ™‚
    The only “problem” I found is that it’s not responsive. However, the standalone version of the plugin it’s responsive. Is there a way to make the WP plugin responsive, too?
    Thanks in advance!!

    https://ww.wp.xz.cn/plugins/twentytwenty/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter minikiz

    (@minikiz)

    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?

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘responsive’ is closed to new replies.