src


srcstring

Sets or gets the file location of the vector image.

Setting the src property changes the displayed vector image to the vector image found at the new src value.

Getting the src property returns the location of the current vector image file.

The vector image file can be an image file from the Media Manager, an external SVG image from any web location, or a literal SVG XML string.

The formats supported are:

  • Vector images from the Media Manager: wix:vector://v1//
  • Vector images from the web: http(s)://
  • Vector XML string: ...
Was this helpful?
Yes
No