Graeme Fulton

Results 23 issues of Graeme Fulton

Use object-fit cover on your images for a quick way to resize images without ruining proportions... ``` @media (max-width: 540px) { img{ max-height:200px; max-width:100%; object-fit:cover; } } ``` Here's a...

dailyhack
coolhack
trick

In the 1.15 update, the arrayItem property is introduced so we can get rid of the `foo.$` field. I found this doesn't work for subschemas. I get the following error...

enhancement
good first issue

I tried adding a script for a plugin to the bottom of my react app, but it's not picked up when I add it to the plugins in React I...

*This issue was created by [Maintainers Wanted](https://maintainerswanted.com)* :nerd_face: *Support us by leaving a star on [Github](https://github.com/flxwu/maintainerswanted.com)!* :star2: ## react-undraw-illustrations is searching for new Maintainers! :man_technologist: :mailbox_with_mail: Do you use react-undraw-illustrations...

Maintainers Wanted

I've had a go, here's an explainer of where to modify: https://www.loom.com/share/33babc8605da4f179894d3aa44c80e05?sid=6491ce36-aa1f-48d2-9948-5dae43c2130b

**Describe the bug** Updating user form fields gives the following error: `Cannot query field "userId" on type "User". Did you mean "username"?, Location: line 14, col 3, Path: undefined` To...

bug

I'm using [WP REST API Controller](https://wordpress.org/plugins/wp-rest-api-controller/) to add custom post types (and custom fields) to my Rest API. So, for example, I can now grab books:`http://mysite.com/wp-json/wp/v2/books` instead of just posts:...

we have verification process so members more appropriate

right now there's a relation from articles to tools but it's for interviews interviews has many tools, tools many interviews need another for posts to tools that don't have to...