how to make thumbnails with php

前端 未结 8 689
情话喂你
情话喂你 2020-12-11 10:55

I was just wondering how I can make thumbnails of images stored in hdd and use them in an html page, also I need the thumbnails to be able to enlarge (to their original size

8条回答
  •  天涯浪人
    2020-12-11 11:32

    The gd library allows you to manipulate images. You will find an article to generate thumbnails here.

    If you want to allow your users to view the thumbnail and the original size, the best way is to keep the two versions. And to display either one or the other.

提交回复
热议问题