CHOUGH BAKERY

The iconic curved bakery on Padstow harbourside

Established over 40 years

Chough Boxes

Pasty Boxes

A Padstow classic made from a traditional family recipe

CHOUGH BOXES

We deliver all our pasties frozen so you can enjoy them straight from your oven!

Order today!

function resizeSwiper() { $('.swiper-container').height($('.swiper-slide img').height()) } jQuery(document).ready(function($){ var swiper = new Swiper('.swiper-container', { loop: true, effect: 'fade', autoplay: { delay: 6000, disableOnInteraction: false, }, // pagination: { // el: '.swiper-pagination', // clickable: true, // }, pagination: { el: '.swiper-pagination', clickable: true, renderBullet: function (index, className) { return '
'; }, }, autoHeight: true, slidesPerView:1, onImagesReady: function (swiper) { resizeSwiper(); swiper.onResize(); } }); });