function updateHeaderHeight() {
        // Get the height of #brx-header
        const headerHeight = document.querySelector('#brx-header').offsetHeight;
          
        // Store the height in the CSS custom property --header-height
        document.documentElement.style.setProperty('--brxw-header-height', headerHeight + 'px');
    }

    // Execute the function as soon as the document is ready
    document.addEventListener('DOMContentLoaded', function() {
        updateHeaderHeight();  // Initial update of header height when the document is ready

        // Update the header height on window resize and orientation change
        window.addEventListener('resize', updateHeaderHeight);
        window.addEventListener('orientationchange', updateHeaderHeight);
});

Carpark cooking: Buda Bin Jar Jam

There’s a ripe plum tree right near the van. We filled a bag.

The next day Finn found a box full of jars in a near by bin along with cinnamon (the secret ingredient). How did that happen?

0carpark-cooking-jam

0a-jam-jars-found-stuff

1-preparing-the-plums-for-jam

2-stir-the-jam

3-cinnamon

4.sugar

5.wait

5a-plum-jam-colour

6.check-consistency

7.cleaning-jars

8.storing-jam

plum-jam

All that is left is to make some hand drawn labels.

I hope you enjoyed this episode of carpark cooking. How do you make your jam? Pectin or no pectin?

Thanks for sharing!
Comment below
guest
0 Comments
Most Voted
Newest Oldest
Inline Feedbacks
View all comments