Trying to resize my EasyCarPortal photo dimension

Hi, is there a css to resize a picture using class? My client is currently using easycarportal script, and
the client need to resize some photo dimension into different size.

Is there any css stylesheet that can be use for this case?

CSS can not control behavior, aka allow for the user to resize the image.

If you mean resize hte image (not on the web) than you’d just need to open up photoshop or something.

If you mean resize the image (on the web with user interaction) you’d need Javascript :).

You can resize the image technically using CSS (width/height properties), however quality will be lost.