Naked Syrup is a natural honey/syrup alternative that is rich in fibre (28%), low in carbohydrates and low in sugar (3g / 100g)! But it still has the same delicious taste and sweetness (1:1) as syrup/honey and is much lower in calories! There are only 3.5 calories per teaspoon. Drizzle it on porridge, pancakes, berries, yogurt and ice cream! Visit our website for more ideas and recipes.
/* Mark the container as a query container */
.image-container {
container-type: inline-size;
}
/* When the container’s width is at least 500px, apply a max-width style to the image */
@container (min-width: 500px) {
.image-container img {
max-width: 80%;
height: auto;
}
}