mgsisk / webcomic

Comic publishing power for the web. Turn your WordPress-powered site into a comic publishing platform with Webcomic.
http://wordpress.org/plugins/webcomic
GNU General Public License v2.0
110 stars 29 forks source link

Displaying Two Images at the Same Time #272

Closed FINGL0NGER closed 6 years ago

FINGL0NGER commented 8 years ago

I'm trying to modify inkblot to display two pages of my comic next to eachother in an "open book" format. Right now, my simple solution is to put two images in the same post, but that's not ideal: http://test.red-oasis.com/comic I'd rather keep each page in its own post because I also want the site to display them one at a time when the reader is on a tablet or mobile.

So my question can be broken into two parts for now: Is there a way to display two consecutive comic pages from different posts? Is there a way to generate navigation links that go two at a time instead of one?

Thank you.