Comment on Film simulations from scratch using PythonComments−app4soft5yRight – the original image, Left – the image with...Few issues on this site:1) "Right" and "Left" are wrongly mapped (i.e. "Left" — is the original image in all cases).2) On 1280px width screen pair images shown in vertical order, instead of horizontal.−loneswordOP5y1) Fixed. Thanks for pointing this out.2) The image comparison thing is a wordpress feature. Not sure if there's anything I can do to fix this.−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
Few issues on this site:
1) "Right" and "Left" are wrongly mapped (i.e. "Left" — is the original image in all cases).
2) On 1280px width screen pair images shown in vertical order, instead of horizontal.
1) Fixed. Thanks for pointing this out.
2) The image comparison thing is a wordpress feature. Not sure if there's anything I can do to fix this.
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.