// This is a generic paginator for album, photo and movie pages. Depending on the page type,
// there are different sets of variables available. With this data, you can make a paginator
// that lets you say "You're viewing photo 5 of 35", or "You're viewing photos 10 - 18 of 37"
// for album views.
//
// Available variables for all page types:
// $page_type - "collection", "item", or "other"
// $page_subtype - "album", "movie", "photo", "tag", etc.
// $previous_page_url - the url to the previous page, if there is one
// $next_page_url - the url to the next page, if there is one
// $total - the total number of photos in this album
//
// Available for the "collection" page types:
// $page - what page number we're on
// $max_pages - the maximum page number
// $page_size - the page size
// $first_page_url - the url to the first page, or null if we're on the first page
// $last_page_url - the url to the last page, or null if we're on the last page
// $first_visible_position - the position number of the first visible photo on this page
// $last_visible_position - the position number of the last visible photo on this page
//
// Available for "item" page types:
// $position - the position number of this photo
//
?>
Art & Fable Puzzles
A small company founded in 2019 by mother and daughter Marcia Durgan & Adelyne Rizzo to make cardboard jigsaws that feature and promote current images of high cultural and artistic value. Based in Doylestown, Pennsylvania they aim to licence and promote living artists and support a charity each artist selects. The owners are fans of golden age illustrations and fairytales, but also meaningful art based on mythology, historical events or depicting protests of injustice. They supply detailed information about the artist, where to find their works and the artwork itself.
An important element of their puzzles' appeal is the depth of colour, matte surface and velvet-suede feel of the pieces. Art & Fable packaging seeks to be smaller and greener than the market norms, but include a box image and an inner full-size guide image with the same tactile properties as the pieces.
During the company development they reached out to specific groups on social media favouring fine art jigsaws and as a result introduced 750pc and 1000pc jigsaws as well as the 500pc sizes originally planned. At the time of writing (Sept 2025) they have a range of 26x 500pc, 7x 750pc & 30x 1000pc titles.
https://artandfablepuzzlecompany.com/shop/
// This is a generic paginator for album, photo and movie pages. Depending on the page type,
// there are different sets of variables available. With this data, you can make a paginator
// that lets you say "You're viewing photo 5 of 35", or "You're viewing photos 10 - 18 of 37"
// for album views.
//
// Available variables for all page types:
// $page_type - "collection", "item", or "other"
// $page_subtype - "album", "movie", "photo", "tag", etc.
// $previous_page_url - the url to the previous page, if there is one
// $next_page_url - the url to the next page, if there is one
// $total - the total number of photos in this album
//
// Available for the "collection" page types:
// $page - what page number we're on
// $max_pages - the maximum page number
// $page_size - the page size
// $first_page_url - the url to the first page, or null if we're on the first page
// $last_page_url - the url to the last page, or null if we're on the last page
// $first_visible_position - the position number of the first visible photo on this page
// $last_visible_position - the position number of the last visible photo on this page
//
// Available for "item" page types:
// $position - the position number of this photo
//
?>