BrokenEagle

Results 34 comments of BrokenEagle

IQDB would have to be indexed by MD5, which it currently isn't, and I don't know if there's any plan to make it such? Additionally, there isn't any method to...

Time attributes that appear on the `` element, such as on the show pages, double encodes the strings, making it necessary to unparse them twice to be able to use...

If you look at the CSS, you'll see that it is SASS formatted, which means that it's hierarchical. ```css .note-container { div.note-body, div.note-box.embedded div.note-box-inner-border { >h1, >h2, >h3, >h4, >h5,...

Well, change the tag or change the language, because right now it's confusing.

I imagine that if some users specify 360px, that they really mean 360px, and since we have a 360px, we should probably send a 360px. What I mean is, larger...

Just use CSS rules then instead of forcing it like I mentioned above. I created some CSS rules which will allow one to do this. ```css #c-posts #a-index .post-gallery-720 img...

What you desire is something that only a portion of people would want, whereas I have no desire for that myself, and I cannot imagine that I'm the only one....

@evazion mentioned a while back about the above, naming it "includes". Personally, I think that sounds better and more intuitive than "and".

I don't see any issue with the above. The dimensions reported by URL 0 are for the `/original/` image, which is no longer available. Therefore, `/4k/` is always the largest...

Oh I see, I read the OP wrong. Still, this will be a difficult fix, since AFAIK the largest image is always chosen based upon the image scheme (and not...