dropcap.js
dropcap.js copied to clipboard
Beautiful CSS drop caps made easy
The dropcap is fine on first load. When navigating to the same page, or back/forward to the page from another page, the dropcap grows to the wrong height (default 3...
The letter Q seems to be the only capital letter that regularly drops down below the baseline. This seems to render an extra line when using this script. See the...
There's no interaction possible within Dolphin for Android. Tested with the example page.
Hello! Please, could you help me with the issue on iPhone on this website: http://ecupatria.org There is a broblem with baseline, I tried different things to fix it, but it...
It would be great if this module were importable in Node. That would allow us to build with it using Browserify in the usual way. Right now we have to...
Relevant code in question: https://github.com/adobe-webplatform/dropcap.js/blob/master/src/layout.js#L126-L140 **Description**: The `.dcapjsStrut` property holding the cache of the strut `` of the designated dropcap element (`dcap` in the code) is not invalidated in anyway...
Hello! The Dropcap works great in general, but on any Apple mobile devices, the letter is overlapping and the size is not proportional anymore. Thanks!
Seems to be broken on Mobile browsers? Pops up over the paragraph. (or is this a feature not a bug?) On Desktop:  On Mobile: ![photo 31-10-2015 12 14 18...
Here's an edge case for you! Working with this library in conjunction with another JS library that uses iframes. It was working fine in Firefox but crashing Chrome. Debugged for...
First!! Let's assume you can do this: window.CSS && window.CSS.supports("-webkit-initial-letter", "1"); I suggest you need two flags: A. onlyExecuteIfNativeIsMissing (or something like that) where the JS will early return if...