method

computed_height

computed_height()
private

No documentation available.

# File activestorage/lib/active_storage/analyzer/video_analyzer.rb, line 71
      def computed_height
        if encoded_width && display_height_scale
          encoded_width * display_height_scale
        end
      end