timmy icon indicating copy to clipboard operation
timmy copied to clipboard

Advanced image handling for Timber.

Results 33 timmy issues
Sort by recently updated
recently updated
newest added

That line is `$this->max_width = $this->meta['width']` My Timber templates contain things like: `srcset="{{ bg_image_landscape|get_timber_image_srcset('hero') }}"` And this is the tail of the stack when this happens: ``` 15 | 0.4629...

Hi! Thanks for this super nice project. I'm currently thinking of updating my current project to make use of timmy in version 1.0.0 beta 2 (I absolutely want to take...

I implement to work on this soon. Current use case: I copy/paste Gutenberg page from one site to another. The markup reference the original image but the generated srcset attributes...

I stumbled across an issue with the `timmy/generate_srcset_sizes` hook. When set to true, the system will automatically generate all responsive sizes. This works perfect, but not if you have the...

Currently as a theme editor i need to if i want to use the reponsive content images from timmy or if wordpress should make the images reponsive. With timmy we...

I have an existing project that I'm converting to Timmy. The site editors have used the custom image size feature when adding posts. ![image](https://user-images.githubusercontent.com/19492281/130014536-0372b93a-db8b-4cff-b52a-920356b490d6.png) After switching to Timmy these images...

Hello, I wonder if it's possible to run a filter and/or custom filter when defining sizes? Apologies if I have missed this in the documentation. ``` 'image-article_small' => array( 'show_in_ui'...

**Issue** The removal of the image sizes automatically generated when uploading an image done [here](https://github.com/mindkomm/timmy/blob/481c0fb7841d93fadaa2ad4e4832207cf3df038b/lib/Timmy.php#L141) makes the wordpress function `image_get_intermediate_size()` always return the full size image. However, if the full...

Hi, sorry for the _support_ issue. I'm switching to Timmy and formalize my thumbnail size but hit a couple of issues. I've an hundred of posts **referencing derivative images** (whether...