jQuery(function ($) { var pdf = "https://cafe-punkt.at/files/Speisekarte/Cafe Punkt_Speisekarte A5_V2_20260103_090437_0000.pdf"; var options = { hard: "cover", webgl: true, height: 750, duration: 800, soundEnable: true, scrollWheel: false, backgroundColor: "#777777", direction: DFLIP.DIRECTION.LTR, enableDownload: true, text: { toggleSound: "Turn on/off sounds", toggleThumbnails: "Toggle thumbnails", toggleOutline: "Toggle Outline/Bookmark", previousPage: "Previous page", nextPage: "Next page", toggleFullscreen: "Toggle fullscreen", zoomIn: "Zoom In", zoomOut: "Zoom Out", toggleHelp: "Toggle help", singlePageMode: "Single page mode", doublePageMode: "Double page mode", downloadPDFFile: "Download PDF File", gotoFirstPage: "Go to first page", gotoLastPage: "Go to last page", share: "Share" }, }; var flipBook = $("#dfb69e4f7dd8f117Container").flipBook(pdf, options); });