# Summary

The easiest end-user solution for resizing inline images.

This filter makes it easy to resize images, especially when combined with a WYSIWYG editor such as tinyMCE, CKeditor etc. Users never have to worry about scaling image sizes again, just insert an image and set it's height and width properties in HTML (this is done automatically by WYSIWYG editors) and the image is resized on output to match the HTML.

Drupal 8 core has resizing of images— but only in how the browser presents them, the full size image is still being loaded, uselessly, in the background. This is a crime against people's bandwidth and the environment, so ideally these filters will go into Drupal 8 core.

# Project URL

https://www.drupal.org/project/image_resize_filter

# Where is the code?

https://github.com/agaric/image_resize_filter

# Estimated completion date

2016 April

# Dependencies

Unknown

# Who's doing the port?

Mauricio Dinarte of Agaric and anyone else who would like to...

# What help do they need?

Recommendations for the best way in D8 to either do infinite hidden styles created on demand (could that be a thing) or take over the file schema like image_resize_filter does in 7.

# D8 roadmap

Unknown

# Background and reference information

Dealing with abandoned projects: https://www.drupal.org/node/251466

Comments

legaudinier created an issue. See original summary.

mlncn’s picture

mlncn’s picture

Issue summary: View changes
mlncn’s picture

Issue summary: View changes

(Mauricio is on break, so his Drupal.org sandbox repository may not be in sync for a couple weeks, leaving just the GitHub link for now) Good progress to report at https://github.com/agaric/image_resize_filter though!

mlncn’s picture

The GitHub/Sandbox port is in working order, and we have asked the maintainers to open a branch for it: #2700165: Port Image Resize Filter module into Drupal 8

mlncn’s picture

Status: Active » Fixed

This module is ported and still being improved; it just received an important update: https://www.drupal.org/node/2825339#comment-12278101

mmjvb’s picture

Status: Fixed » Needs work

The Status fixed is for when a Stable release is made available on d.o.
Currently it only has a development release, therefore Status should be Needs work.
See the project.description for usage of Status in D8CPT.

mmjvb’s picture

mmjvb’s picture

Issue summary: View changes
Mohammed J. Razem’s picture

Status: Needs work » Needs review
Mohammed J. Razem’s picture

Status: Needs review » Fixed
Mohammed J. Razem’s picture

apaderno’s picture

I am giving credits to the users who participated in this issue.

mmjvb’s picture

Sorry, wrong button. No change.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.