Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Colorbox change size of the image Reply To: Colorbox change size of the image

#147769
ethieda
Participant

Why not just set the width and height on the img tag itself?

<img src="image.png" width="400px" height="500px" alt="" />