jcdarwin
jcdarwin
iFrames have a default width (300px) and height (150px): http://stackoverflow.com/questions/5871668/default-width-height-of-an-iframe Becuase of this, .css('height') && .css('width') will return these default values, meaning that our video ends up with an aspect...
Not being any sort of expert on oAuth, I can see that I can use this project to authenticate against Google's oAuth service for my various Google accounts. However, if...
It would be great to have a way to delineate the different CSS modules / blocks -- e.g. in my case I often use BEM, creating a new file for...
Cheerio exposes an option "xmlMode: true", which should be used to distinguish between writing out HTML ( $.html() ) and XML ( $.xml() ). Therefore, in method processFile: ``` javascript...
### Description After upgrading craftcms/ckeditor (3.0.0 => 3.8.3), I find that when I visit the settings page (either for an existing configuration, or for a new configuration), I don't see...
This PR sees us upgrading the `dukt/like` plugin to work with Craft 3. We've tried to keep all attribution / licensing as per the original branch, but please let us...