Nathan Reed

Results 16 issues of Nathan Reed

It would be great to support fluid font sizes along with the rest of the offerings this plugin has. My thinking is it would work similarly to https://github.com/bradlc/tailwindcss-fluid.

I have found when I use the in-file statements for importing JS files the first call is always ignored by Codekit. It doesn't import it or reference it in the...

Since updating a site from Craft 2 to Craft 3, I am getting this error `Call to a member function setAttributes() on null` ``` 1. craft/vendor/craftcms/cms/src/base/Plugin.php at line 199 /**...

### Description In this plugin's version 2 for Craft 3 the AJAX response contained the key success which could be tested in the `response` via `if (response.success) { ... }`,...

bug

It would be good to be able to control the parameters of the placeholder image, so that it can be controlled via the config file. This would include parameters such...

enhancement

Not sure if it is on the roadmap or not, but wondered if content alignment (left, right, centered, justified) and control over what options were shown was on the cards?

This could be similar to the entry type addition where it lists of statuses and a value. Thinking it could be a setting which could just display a single status...

### Checks - [X] Not a duplicate. - [X] Not a question, feature request, or anything other than a bug report directly related to Splide. Use Discussions for these topics:...

bug

Is it possible to initiate the warming task from an action URL or for it to be called via another plugin action?

I am building a way for a user to update an asset and for the asset to be returned via AJAX. The response should return the ImageOptimize processed image. The...

enhancement