Image size in sea

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Image size in sea

    if(!file_exists($file_info['path'].'folder.png')) $ico = '<img src="ext/dir.png" alt="">'; else $ico = '<img src="'.$file_info['path'].'folder.png" alt="">';

    HOW I SET A SIZE OF IAMGE IN FOLDER ICON WHEN I PUT ANY FOLDER IMAGE IT SHOWS FULL SIZE (E.G A MUSIC ALLBUM COVER) I WANT TO SHOW AIZE 150*150
    HUNT

    #2
    if(!file_exists($file_info['path'].'folder.png')) $ico = '<img src="ext/dir.png" alt="">'; else $ico = '<img src="'.$file_info['path'].'folder.png" width="150" height="150" alt="">';

    Comment


      #3
      U need some thumb snippet to pass through.
      <!DOCTYPE html PUBLIC "-//WAPFORUM.RS

      Comment


        #4
        ok thanks both of you
        HUNT

        Comment

        Working...
        X