html - Remove navigation arrows from embedded Flickr image -


I hosted images on Flickr and used the following HTML code in the survey capacitor so that one option can be used as an option. Can be shown in the section Questions: & lt; Iframe src = "https://www.flickr.com/photos/128329805@N07/15472931866/player/" width = "75" height = "31" frameborder = "1" acceptable screen webkitolofloscreen mozolovolskscreen ollofulskry msolowolescreen & gt; & Lt; / Iframe & gt; Although the image appears, a set of arrows appear on the image - they look like scrolling arrows. For some users, after loading images, the arrows appear in a nutshell and then disappears. However, for other users, image loads and arrows are loaded and steady - they do not go away. This is not ideal because the arrows cover the image and do not make them visible.

This does not appear to be a browser issue, because users have tested using both Chrome and IE8. Did anyone have a similar experience with the survey monkey? Any idea how to remove these arrows?

If you inspect the page on the included demo in your question, you can see that Flickr There is no way to avoid this when using the iframe embed dynamically overlay navigation.

However, you can use the HTML embed method instead, which is also available in the stock dialog:

  & lt; A href = "https://www.flickr.com/company/phys/ 128329805/n070/15472931866" title = "10-2-2014, 9 -36-26 AM -0000," Lean Rae on Flickr, Flickr On "& gt; & lt; img src =" https://farm3.staticflickr.com/2946/15472931866_e6db07ce2a_t.jpg "width =" 75 "height =" 31 "alt =" 10-2-2014 9-36- 26 AM -0000 ">   

If you do not want this link, simply remove just two anchor tags. :

  & lt; img src = "https://farm3.staticflickr.com/2946/15472931866_e6db07ce2a_t.jpg" width = "75" height = "31" alt = "10-2 -2014 9-36-26 AM -0000 "& gt;   



Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -