Hello. I decided to ask the technical feature that I find on the sites. The bottom line is this: An image is provided in the usual format, and when saving a picture, a watermark substitution is made. The same thing happens if the user uploaded the image. Image work example: 1001mem.ru

How does this method work? The technical side is very interesting, preferably detailed. =) Thank you.

    1 answer 1

    There is no substitution there - the bottom of the picture is simply hidden. Look in your browser inspector.

    More specifically:

    .post-image .image-wrap img { margin: 0 auto -30px; }