You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry if this might be bit more a question than an issue, but, is it somehow possible to retrieve the image object out of page content? For example the obvious use case is when user adds some images and needs them floating in page content (so he cannot use the great page_images gem), but he also needs them wrapped with anchor tag, referencing to the bigger size of the image. I think the content_fu method used to be able to do that kind of job, but it seems to be broken by Dragonfly's from_path method omission. Thanks.
The text was updated successfully, but these errors were encountered:
I haven't used content_fu myself but by looking at the code it doesn't seem to allow you to do much with image aside from setting different image size.
Would you be keen to fix content_fu because it's really broken as you pointed out. Thanks!
Sorry if this might be bit more a question than an issue, but, is it somehow possible to retrieve the image object out of page content? For example the obvious use case is when user adds some images and needs them floating in page content (so he cannot use the great page_images gem), but he also needs them wrapped with anchor tag, referencing to the bigger size of the image. I think the content_fu method used to be able to do that kind of job, but it seems to be broken by Dragonfly's from_path method omission. Thanks.
The text was updated successfully, but these errors were encountered: