Comment on Film simulations from scratch using PythonparentComments−rasz5y3) In Chrome Left and Right image sizes are misaligned by couple of pixels (scaling issues?). I experimented a little and div.jx-image.jx-right img { right: 0; } seems to be the culprit div.jx-image.jx-right img { right: unset !important; } fixes it.
Comments
3) In Chrome Left and Right image sizes are misaligned by couple of pixels (scaling issues?). I experimented a little and
seems to be the culprit fixes it.