Emmanuel Garcia
Emmanuel Garcia
Hi there > 1. Enter and space keys actions That is the expected behavior. Some anchors visually look like buttons but they are anchors for SEO purposes. > 1. Scroll...
@adampetrovic That feature will be included very soon.
@dannyvandijck Soon, very soon.
@raulabel what version of turn.js are you using? Please send me an email.
@closdesign I'm working on that, you should see that part very soon. Please send me your questions to clarify any doubt.
@closdesign Yes, but the pages may or may not be available, meaning that the pages are removed from the HTML, so $('div.p3') would be unreachable. Although Turn.js currently doesn't provide...
@closdesign You could move the image that contains the large page to the flipbook and remove the small image. Let's say that you have the large images within a hidden...
@lleworc Find this section in the index.html ``` javascript resize: function(event, scale, page, pageElement) { if (scale==1) loadSmallPage(page, pageElement); else loadLargePage(page, pageElement); }, ``` and remove it.
Confirmed