mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2024-11-23 21:34:39 +03:00
[script] Only show one screenshot #614
This commit is contained in:
parent
6843ecebba
commit
6322cc3eac
6
.github/osia_convert.rb
vendored
6
.github/osia_convert.rb
vendored
@ -134,9 +134,9 @@ def output_apps(apps, appstoreonly)
|
||||
|
||||
unless screenshots.nil?
|
||||
details << "\n <div>"
|
||||
screenshots.each_with_index do |s, i|
|
||||
details << "<img height='300' alt='#{name} image #{i+1}' src='#{screenshots[i]}'> "
|
||||
end
|
||||
# screenshots.each_with_index do |s, i|
|
||||
details << "<img height='300' alt='#{name} image' src='#{screenshots[0]}'> "
|
||||
# end
|
||||
details << "\n</div>"
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user