Comments on: background-repeat https://css-tricks.com Tips, Tricks, and Techniques on using Cascading Style Sheets. Thu, 20 May 2021 17:31:46 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Heko https://css-tricks.com/almanac/properties/b/background-repeat/#comment-1771160 Sat, 24 Apr 2021 06:37:46 +0000 http://css-tricks.com/?page_id=196155#comment-1771160 Hi,

There might be an error about \round\ value.
You say : “If it’s less than half one image width left, stretch, if it’s more, stretch”

If there’s more than half one image width left, images will squish in order to fit

]]>
By: Geoff Graham https://css-tricks.com/almanac/properties/b/background-repeat/#comment-1652874 Tue, 23 Oct 2018 18:14:00 +0000 http://css-tricks.com/?page_id=196155#comment-1652874 In reply to astrxphoria.

Hey! Not that I am aware of, but you might try either chaining background images a la:

.element {
background:
url(bg-1.png) no-repeat,
url(bg-2.png) no-repeat, /* a flip of bg-1 */
...

…or creating on giant background image that creates the pattern.

]]>
By: astrxphoria https://css-tricks.com/almanac/properties/b/background-repeat/#comment-1652861 Tue, 23 Oct 2018 02:57:59 +0000 http://css-tricks.com/?page_id=196155#comment-1652861 can you flip backgrounds on each repeat?

]]>
By: Jon McLaren https://css-tricks.com/almanac/properties/b/background-repeat/#comment-1607565 Mon, 20 Mar 2017 21:32:52 +0000 http://css-tricks.com/?page_id=196155#comment-1607565 never knew about Space and Round either but it’s fabulous you’d think it would be better known.

]]>
By: Hichdima https://css-tricks.com/almanac/properties/b/background-repeat/#comment-1607422 Mon, 13 Mar 2017 15:42:28 +0000 http://css-tricks.com/?page_id=196155#comment-1607422 Wow, never knew about “space” and “round”, however it seems it has been supported since CSS1

]]>
By: rahul https://css-tricks.com/almanac/properties/b/background-repeat/#comment-1604376 Fri, 30 Sep 2016 17:44:57 +0000 http://css-tricks.com/?page_id=196155#comment-1604376 In reply to dago.

thank you :) @dago

]]>
By: dago https://css-tricks.com/almanac/properties/b/background-repeat/#comment-1601624 Thu, 19 May 2016 08:07:28 +0000 http://css-tricks.com/?page_id=196155#comment-1601624 background-repeat: round space;

]]>