Skip to content

Commit

Permalink
[UPC#408] Fix screenshot in 17.10
Browse files Browse the repository at this point in the history
- Apply img-thumbnail class
- Resize screenshot 250x188
- Fix create img in test. Problems with wayland
  • Loading branch information
fv3rdugo authored and frankiejol committed Nov 19, 2017
1 parent cae4eeb commit 653c33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Ravada/Domain.pm
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ sub _convert_png {
my $self = shift;
my ($file_in ,$file_out) = @_;

my $in = Image::Magick->new();
my $in = Image::Magick->new(size=>'250x188');
my $err = $in->Read($file_in);
confess $err if $err;

Expand Down

0 comments on commit 653c33d

Please sign in to comment.