mliebelt / pgn-viewer

Simple PGN viewer with the necessary features to display chess games
GNU General Public License v3.0
163 stars 44 forks source link

Allow resize of chessboard #126

Closed mliebelt closed 2 years ago

mliebelt commented 4 years ago

The current implementation of Chessground allows to resize the board interactively, so it should be easy to adopt that as well for PgnViewerJS. Perhaps it is sufficient to use a more current version ...

mliebelt commented 4 years ago

I found the source of resize (or course Javascript) so I should have a chance to adapt that as well.

mliebelt commented 2 years ago

The following is noticeable when trying out some examples:

mliebelt commented 2 years ago

Good enough for the moment, will later search for reason that some resize for top/bottom don't work.