method
height
v5.2.3 -
Show latest stable
- Class:
ActiveStorage::Analyzer::VideoAnalyzer
height()private
No documentation available.
# File activestorage/lib/active_storage/analyzer/video_analyzer.rb, line 40
def height
if rotated?
encoded_width
else
computed_height || encoded_height
end
end