-
1. Re: Edit images on a Muse/Business Cataylst Site
thetrickster888 Aug 24, 2013 11:57 AM (in response to KezTed34)Hey-- first off you have to make sure you added a meta tag to tell the InContext Editor where to upload images to your server:
<meta name="upload-root-folder" content="/images" />
Put that in the <head> of your page and update the folder to where you want images stored. Then, you have to make sure your that the images you want to be editable have the proper incontext editing markup for it by using the "ice:editable" attribute and to set it to "image":
<img src="/images/your-image.jpg" ice:editable="image" width="200" height="200" />
Please note that the images will be resized by the server to whatever the "width" and "height" values are.
For more info on marking up your content for InContext Editor please see: http://forums.adobe.com/docs/DOC-3201
-
2. Re: Edit images on a Muse/Business Cataylst Site
AshleyTarr Feb 1, 2014 11:32 PM (in response to thetrickster888)Is there an easy way to add this coding in muse? Or does it need to be added on the BC end?

