method

width

width()
private

No documentation available.

# File activestorage/lib/active_storage/analyzer/video_analyzer.rb, line 34
      def width
        if rotated?
          computed_height || encoded_height
        else
          encoded_width
        end
      end