{% comment %} Comic Viewer Include with Smooth Scrolling & Responsive Layout Parameters: - comic_title: Title to display (optional) - comic_folder: Path to the folder containing comic frames (default: /assets/images/comic/) - file_extension: File extension of the comic frames (default: .jpg) - frame_prefix: Prefix for the frame filenames (default: frame-) - total_frames: Total number of frames in the comic {% endcomment %} {% assign comic_title = include.comic_title %} {% assign comic_folder = include.comic_folder | default: "/assets/images/comic/" %} {% assign file_extension = include.file_extension | default: ".jpg" %} {% assign frame_prefix = include.frame_prefix | default: "frame-" %} {% assign total_frames = include.total_frames | default: 10 %}