sS hsnippetimg_scaleToWidth(int width, S imageID, int originalWidth, int originalHeight, O... params) {
  ret hsnippetimg(imageID, paramsPlus(params, +width,
    height := calcHeight(originalWidth, originalHeight, width)));
}