Comments on: shape-outside https://css-tricks.com Tips, Tricks, and Techniques on using Cascading Style Sheets. Tue, 09 Feb 2021 16:35:07 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Alfred https://css-tricks.com/almanac/properties/s/shape-outside/#comment-1768309 Tue, 09 Feb 2021 16:35:07 +0000 http://css-tricks.com/?page_id=203844#comment-1768309 on chrome it’s not working with url(png path)?

]]>
By: luismendes070 https://css-tricks.com/almanac/properties/s/shape-outside/#comment-1762370 Fri, 04 Sep 2020 15:55:49 +0000 http://css-tricks.com/?page_id=203844#comment-1762370 react native help

const float = {
shape-outside: polygon(10px 10px, 90px 50px, 40px 50px, 90px 90px, 10px 90px),
width: 10,
height: 10,
shape-margin: 10
};

]]>
By: Aiden https://css-tricks.com/almanac/properties/s/shape-outside/#comment-1756968 Sat, 23 May 2020 01:48:25 +0000 http://css-tricks.com/?page_id=203844#comment-1756968 Hi! Awsome tricks,! I’ve used some on my website. If possible could you point me to any guide that does the same for a video instead of an image?

]]>
By: Ahmed https://css-tricks.com/almanac/properties/s/shape-outside/#comment-1649160 Fri, 20 Jul 2018 18:20:55 +0000 http://css-tricks.com/?page_id=203844#comment-1649160 Hello, is there a way to use shape-outside. circle property with grid? I have designed page using grid layout but i want to wrape text around an image just like using float but i know floats doesnt work with grid. how do you guys reach that result with grid? thanks

]]>
By: Jack https://css-tricks.com/almanac/properties/s/shape-outside/#comment-1629285 Sun, 29 Apr 2018 11:39:29 +0000 http://css-tricks.com/?page_id=203844#comment-1629285 In reply to Brad.

It’s just been enabled in Nightly Builds,

]]>
By: Fapalz https://css-tricks.com/almanac/properties/s/shape-outside/#comment-1612870 Tue, 07 Nov 2017 06:45:03 +0000 http://css-tricks.com/?page_id=203844#comment-1612870 Hi!

shape-outside: inset(100px 100px 100px 100px 10px)

does not work

shape-outside: inset(100px 100px 100px 100px <b>round</b> 10px)

correctly

]]>
By: William Morren https://css-tricks.com/almanac/properties/s/shape-outside/#comment-1612223 Wed, 04 Oct 2017 08:36:03 +0000 http://css-tricks.com/?page_id=203844#comment-1612223 In reply to Brad.

This feature is implemented behind the preference layout.css.shape-outside.enabled, defaulting to false, since Firefox 53.

]]>
By: Brad https://css-tricks.com/almanac/properties/s/shape-outside/#comment-1608805 Fri, 26 May 2017 05:27:56 +0000 http://css-tricks.com/?page_id=203844#comment-1608805 Any idea when FF will be supporting shape-outside ?

]]>