SammyLin / redactor-rails

This repo is deprecated. Please check out official gem for Redactor 2. https://github.com/Redactor2/redactor2_rails
MIT License
389 stars 254 forks source link

how to keep and show the resized picture? #72

Closed regdog closed 11 years ago

regdog commented 11 years ago

Redactor text editor support to resize the picture after uploading it into the text. While it still remains the original size after saving the model entry.

How to keep and show the adjusted size after saving?

regdog commented 11 years ago

Silly question....it's css trick and render the picture with width and height attribute. Method raw or html_safe will work.