|
Hi,
I add two fields Media Picker Field.
The first one has the purpose to display a picture from the image Gallery
The second has the purpose to display a picture from a url website.
I use Visual Studio to build and start the website.
I notice for the fist one by using developper tool from chrome I have displayed
Picture 1 : ~/Media/Default/ImageGalleries/Ebook/lesgrottesdekalteBig.jpg
With a source html
span class="value" shape-id="10">~/Media/Default/ImageGalleries/Ebook/lesgrottesdekalteBig.jpg</span>
And for the Picture 2
I see nothing exept Picture 2
<span class="name" shape-id="11">Picture2:</span>
The two are included in a <p> with the class media-picker-field media-picher-field-picture-
In the administration part I can see for
Picture 1 : ~/Media/Default/ImageGalleries/Ebook/lesgrottesdekalteBig.jpg
Picture 2 : http://img.clubic.com/0140000005424773-photo-gigabyte-p2542g.jpg
Do you have any idea? (I am trying to use iis instead casini from visual studio 2010)
Best regards,
Alexandre
|