Solved! Go to Solution.
You can read more about IFRAME attributes in CE here: http://urban-scene.blogspot.com/2013/09/where-to-start.html
Hi,
This is exactly where I found my answer 🙂
lukasz
Hi!
I am not 100% sure, but I think you need to place your photo on server, you can use google drive and copy the image location
for instance it will look like that : "http://www.googledrive/my_photo.jpg" and then you need to add the whole code to attribute :
<iframe height="405" width= "600" src= "http://www.googledrive/my_photo.jpg" ></iframe>
You should check Carl's Blog :
http://urban-scene.blogspot.com/2013...-to-start.html
Lukasz
Hi!
I am not 100% sure, but I think you need to place your photo on server, you can use google drive and copy the image location
for instance it will look like that : "http://www.googledrive/my_photo.jpg" and then you need to add the whole code to attribute :
<iframe height="405" width= "600" src= "http://www.googledrive/my_photo.jpg" ></iframe>
You should check Carl's Blog :
http://urban-scene.blogspot.com/2013...-to-start.html
Lukasz