Very useful plugin! Only one thing to mention: I plan to put it on a responsive website. But when using the horizontal layout, the PGN text is cut on smartphones in portrait orientiation with screen-width lower than 440px. I solved this the following way: In embedchessboard.php I changed the iframe attribute scrolling='no' to scrolling='auto' (and, to be on the safe side with htlm5, I added a custom css to my template: .chessboard-wrapper iframe { overflow-x:auto; } ) Then the iframe gets an horizontal...