jekyll_picture_tag icon indicating copy to clipboard operation
jekyll_picture_tag copied to clipboard

Easy responsive images for Jekyll.

Results 37 jekyll_picture_tag issues
Sort by recently updated
recently updated
newest added

Hi there, as we talked on https://github.com/rbuchberger/jekyll_picture_tag/issues/198 I did just another output format. I'm not the best ruby programmer, but for me this works just fine. Inside my `` u...

**NOTE:** This PR is not intended for production code! This is a proof of concept for #149. It (rather horribly) hard-codes the SVG placeholder markup into the “data attributes” output...

With the 2.0 release, it's time for a new feedback thread. I moved the old one to a discussion thread awhile ago, but apparently nobody uses github discussions because it's...

Help wanted

So my site builds just fine on GitHub Pages, but when I try building it on cloudflare I get this error, which I can tell is related to the JPT...

>read https://www.deque.com/blog/text-links-practices-screen-readers/ `a href`'s should at **LEAST** contain a `title=""` attribute for screen readers. Your documentation is here https://rbuchberger.github.io/jekyll_picture_tag/users/liquid_tag/argument_reference/link.html ## Proposed ``` {% picture [preset] [image] --alt {{post.title}} --link {{post.url}}...

enhancement
Help wanted
good first issue

It's been long enough since I've done much web or high level languages that I'm not even sure where to go about starting to debug this, but: I've been using...

bug

Currently, if a source image is smaller than one of the requested images, we start the "generate a new image" process on every site build. Only after calculating a hash...

enhancement

This is not an issue per se, just a suggestion/solution that I use in combination, and that plays nicely along with the Jekyll Picture Tag plugin. See: [img_tag_tansform.rb](https://gist.github.com/YJPL/48718e28d2b2fda3476aceac018c8f26#file-img_tag_tansform-rb), a small...

enhancement

If we export a JSON object with all of the images and their properties, then that unlocks a huge amount of flexibility. People can import it with javascript and mapulate...

enhancement
New Markup Format

I really enjoy how jekyll_picture_tag works, but it's quite slow rendering a full site with a lot of images. I've noticed it's purely single threaded in operation, when the picture...

enhancement