Life's too short to spend ages cleaning the bathroom. Our convenient, versatile Bathroom Cleaner is ultra-effective and tough on limescale and watermarks. It can be used on glass, ceramics, perspex, chrome and most non-porous surfaces: just squirt, wait (not too long) and wipe. (Note that it is not recommended for use on gold plated items.)
Used regularly, it will stop the build-up of limescale too, leaving more time to spend doing much more exciting things.
/* 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;
}
}