instance method
width
Ruby on Rails 6.0.6
Since v5.2.8.1 PrivateSignature
width()
No documentation comment.
Source
# File activestorage/lib/active_storage/analyzer/video_analyzer.rb, line 30
def width
if rotated?
computed_height || encoded_height
else
encoded_width
end
end
Defined in activestorage/lib/active_storage/analyzer/video_analyzer.rb line 30
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Analyzer::VideoAnalyzer