James #FFFFFF

Results 121 comments of James #FFFFFF
trafficstars

OK thanks, I thought it was mostly template related, but I'll look at commits from @engram-design on the previous values. I have got the mapping field to appear on my...

You'll probably want to scale down your image slightly. The sizing set by homer is 48x48, you should adjust your image around those dimensions. It's the height you are likely...

This is due to a fixed height on the .card-content class (85px) and `white-space: nowrap` used on the subtitle. Possibly the best way to achieve this could be potentially created...

With the announcement of Craft CMS [retiring their docker based environment Nitro](https://craftcms.com/blog/retiring-craft-nitro), I'm sure the Craft CMS dev team will be interested in providing smooth Craft CMS support. DDEV has...

This dependency also broke an older project using Webpack 3 and got errors with UglifyJs when building, because @babel/runtime was added. Took a while to trace! I believe this is...

Just to clarify, detecting the client IP when accessing ipMagnet from a web browser was not what I was referring to. If the client being reported as viewing the ipMagnet...

@mark-wolff There is a fix for this on my forked version here: https://github.com/centralcollegenottingham/inline-css

@jonkemp I can, the only problem is I made further changes which are tailored for email development, so not sure if they are acceptable for upstream as is. Certainly these...

I came across this recently in a project I use `inline-css` too, I believe it might be related to the CSS comments that contain a ``. If you take those...

@podorozhny @jonkemp I've noticed this behaviour as well. There is a similar issue with `height` as well. Interestingly the `width-attr.html` test seems to be OK. I'm thinking this is perhaps...