Skip to content

Commit

Permalink
Fix portrait image
Browse files Browse the repository at this point in the history
  • Loading branch information
rodfersou committed Jun 14, 2016
1 parent 4421e4d commit acbe436
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ There's a frood who really knows where his towel is.
1.0b2 (unreleased)
------------------

- Fix portrait view of image.
[rodfersou]

- Use HTML entities in Unicode Normalization Form C to avoid warnings when validating.
[hvelarde]

Expand Down
2 changes: 1 addition & 1 deletion src/sc/photogallery/browser/static/photogallery.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ body.portaltype-photo-gallery .cycle-player img,
top: 0;
left: 0;
display: block;
width: 100%;
width: auto;
max-width: 100%;
height: auto;
max-height: 100%;
Expand Down

0 comments on commit acbe436

Please sign in to comment.