Skip to content

Comment on Film simulations from scratch using Python

Comments

Right – 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.

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

    div.jx-image.jx-right img { right: 0; }
seems to be the culprit
    div.jx-image.jx-right img { right: unset !important; }
fixes it.
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.