First thank you for your time to have a look into this issue.
I am a new to refinery and I have a issue to resize an image within view, I added a new page part for the image and getting image from it. I am able to get only image tag straight from the cms editor with
"<% sanitize(@page.content_for(:page_image), :tags => %w(img)) %>"
but have no idea how to resize it within the view.