Resizing Images doesn't work (on firefox 60.0.2 at least)

Please let our ADS show!

This sites offers only FREE software and it's supported by a few advertisement boxes (no intrusive popups).
Please:

  • disable your AdBlocker by adding CoolSoft website to whitelist
  • give the proper cookie consent
  • enable JavaScript for this website

This seconds wait is to let you update your browser configuration...

Ok, I've done the required changes... now show me your content!
!!! Please enable JavaScript !!!
Posts: 96
Joined: October 14, 2016 - 03:20
Resizing Images doesn't work (on firefox 60.0.2 at least)

If you add a image in here and you try to change it's size it does work but once it's posted it just at the original size:

Posts: 1971
Joined: March 25, 2012 - 01:19
Re: Resizing Images doesn't work (on firefox 60.0.2 at least)

CKEditor adds this HTML code for your image (I've changed img tag to _img to avoid issues):

<_img src="//giant.gfycat.com/AmbitiousFormalIndianelephant.gif" style="height:123px; width:123px" />

which is ok but Drupal content filter was stripping all non whitelisted attributes like style.
Because of that, your link became like this at the end:

<_img src="https://giant.gfycat.com/AmbitiousFormalIndianelephant.gif">

Problem solved now, thanks for reporting it.

PS: I've resized your posted image and added a wrapping link to it ;)