Jameel Moses
Jameel Moses
Dear god, please this. I use functions to get colors from different maps. **Sass Map** **Function - pigment color is wrong :(**
Yep. It's below. It compiles correctly. Pigments just doesn't pull the color in. It shows `orange` from the color keyword instead of the assigned hex value. ```sass @function site-color($color, $tone:...
As pointed out [here](https://github.com/joppuyo/acf-image-aspect-ratio-crop/issues/31), this could cause more issues than it solves in my opinion. We always have `original_image` to access the data.
The more I've thought about it, and as @benvoynick pointed out, this could actually cause issues for the sake of making templating slightly cleaner. Probably best to leave as is...
Would also like to know if this is possible
vote to re-open. this solution only works if you have a single slide showing at a time
Of note, 5.5.1 added `local` as an option (thankfully). [link](https://wp.me/p2AvED-leC)
@jarednova Unit test has been added, although alas, I'm on Composer 2.x so I couldn't actually run the test myself 😅
One note, if we did want to add transparency support (png, webp, etc.) we would need to use Imagick vs. GD. I'm assuming that's fine for processing image formats that...