0

When the user click on the photo is downloading the original photo , but what i want is;when the user clicks on download it should be downloaded on for example 400x400 resoulution.

<a href="images/<?php echo $row['image_name'] ?>" 
class="ms-5" download><i class="bi bi-download" 
style="color: black; font-size:20px"></i></a>
mplungjan
  • 169,008
  • 28
  • 173
  • 236
  • 1
    Please visit [help], take [tour] to see what and [ask]. Do some research, search for related topics on SO; if you get stuck, post a [mcve] of your attempt, noting input and expected output, preferably in a [Stacksnippet](https://blog.stackoverflow.com/2014/09/introducing-runnable-javascript-css-and-html-code-snippets/) – mplungjan Nov 30 '21 at 16:58
  • `href="resample.php?image=images/"` and have the program do the conversion – mplungjan Nov 30 '21 at 16:59

0 Answers0