place this in your footer, before the </body> tag and this will help to make the scroll gallery responsive. It’s not the ideal solution, but it does work:
<script>
jQuery('.scrollgallery').width('100%');
jQuery('.scrollgallery').height('auto');
</script>
thank you lok1728 for your answer.
its ok but i would be happy too if we would get an “official” fix for this point =)
otherwise a nice addon =)
This seems to fix the thumbs part, but the actual slide still goes where it did before. In mobile this means the gallery bit is off screen.
Is this plugin still in development? If not is there something else that can do the same thing?
I developed a mobile and responsive version. Try it out at http://scrollgallery2.mashitup.de.