Reference image from gallery in HTML without absolute URL

Hi guys

I've been trying for a few hours to reference an upload image on my gallery right on an HTML.

I created an shortcode [image] inside an HTML in a Column (Muffin Builder)

What happens:

          [image src="http://website.com/wp-content/uploads/2016/11/icone-etica.png" width="100" height="50" align="center" stretch="0" border="0" margin_top="" margin_bottom="" link_image="" link="" target="" hover="" alt="" caption="" greyscale="" animate=""]

What I want:

          [image src="uploaded-images/icone-etica.png" width="100" height="50" align="center" stretch="0" border="0" margin_top="" margin_bottom="" link_image="" link="" target="" hover="" alt="" caption="" greyscale="" animate=""]

How can I do it? Because on different environments it is breaking reference (of course!)

Thank you in advance!

Comments

Sign In or Register to comment.