// 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
//
?>
Dreamton
Ihor Reshetnikov, a young Ukranian digital artist who had created images for jigsaws, decided to start his own jigsaw company in 2021. His first batch of laser-cut jigsaws used his own images and a 500pc a rectangular-maze cut. His second batch jigsaws were smaller, 400pc and included Ihor’s first Christmas whimsy cut. Events overtook Ihor in Feb 2022 when Russia invaded Ukraine. Ihor lives in Odesa, and his production chain is in Ivano Frankivsk & Kyiv.
Talking to his customers he developed more cuts and a fine arts range featuring Ukrainian, Eastern European and World artists, in 200pc & 400pc sizes. His cuts are intricate with a high percentage of appropriate whimsies, with several background styles, and Ihor currently allows people to select the cut they want for the images.
The cuts are (Sept 2025) Pumpkins, Fine Art, Sunflower Field, Dogs Playing Poker, Frogs, Fantasy Shipwreck, Enchanted Forest, Artist Studio/Medieval, Naughty Cats, Love, Christmas, 2-Sided Snowflake, 2-Sided Butterfly, Square Geometric Maze, Hummingbirds, Tricky Cut, Magic Cut, Spiral/Fantasy. The 2-sided cuts are backed with patterned paper. Ihor will make personal puzzles too and his most recent range has a large number of Eastern European folk tale images. He continues to develop new artwork and cuts and has introduced an acrylic jigsaw range.
Ihor sells on Etsy and directly to puzzlers worldwide. His jigsaws are packed in colourful fold over boxes with a magnetic closure, with an inner bag and folded guide image (with photos of other titles on the back).
// 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
//
?>