Method: Celerity::Image#height

Defined in:
lib/celerity/elements/image.rb

#heightObject

returns the height in pixels of the image, as a string



57
58
59
60
# File 'lib/celerity/elements/image.rb', line 57

def height
  assert_exists
  @object.getHeight
end