客户订单电子邮件 - 如何在电子邮件中显示客户上传的图像缩略图?

时间:2016-01-14 19:29:01

标签: php jquery html email

基本上在他们的购物车中我想显示他们上传的图像进行打印,但我似乎无法弄明白.....我知道我需要添加{{{ 1}}但我不知道要添加什么代替" http://path/to/thumbnails/myimage.jpg"如果有任何内容,在此代码中显示他们上传的图像?所有帮助赞赏!谢谢(对不起,如果这是一个愚蠢的问题而且很明显)

<img src="http://path/to/thumbnails/myimage.jpg">

1 个答案:

答案 0 :(得分:0)

您必须在图片标记的

videoView.requestFocus();
videoView.start();
while (videoView.getCurrentPosition() < (mSec-20)) { //mSec is the stop time
  textView1.setText(getMilliToString(videoView.getCurrentPosition())); 
  // update time display
}
videoView.pause();