Skip to content

Commit

Permalink
Remove alpha convert option for ico. Fixes #19 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
afaundez authored Mar 23, 2019
1 parent d439c76 commit 9392c78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/jekyll/favicon/icon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def ico_options
options = {}
sizes = Favicon.config['ico']['sizes']
options[:background] = background_for sizes.first
options[:alpha] = 'off'
options[:resize] = sizes.first
ico_sizes = sizes.collect { |size| size.split('x').first }.join ','
options[:define] = "icon:auto-resize=#{ico_sizes}"
Expand Down

0 comments on commit 9392c78

Please sign in to comment.