Scroll images manually on markdown - github

I was wondering if anyone knows a way to add images to a README.md (markdown) file, but the user can change the image by pressing a button or an arrow?
The idea is that until now I've been using GIFs but the reader can't control how much time he wants to spend looking at a slide.
Does anyone know a way to do this in markdown for github ?
Thanks for your help

Related

How to change icon image on onErrorType

After a lot of searching I have to ask.
Is there a way to change the default icon for missing images in JasperReports?
If so anyone have a link for me?

Is there a way to pan in sublime text 2?

Does anyone know of a sublime text plugin that allows you to pan code similar to a Photoshop file canvas?
Space+drag or Middle Mouse+drag?
I can imagine this becoming useful if you don't have text wrapping on in a very tall document. If a plugin doesn't exist then it might be possible that I could start work on one.
Thanks!
No way yet, I added feature request on the website, you can upvote.
http://sublimetext.userecho.com/topic/159170-drag-scroll-or-pan-or-touch-scroll/
I looked into plugin API, and it seems not to provide a way to implement this as a plugin.

Trying to delete white space in Facebook Like box

I a working on a client's website and decided to add a "Facebook Like Box" (example). I was working in the Facebook Developers page. I am a Joomla developer (2.5x platform) I am trying to figure out how to delete the white space from the title of the like box WAY down to where my pictures are... Any suggestions on how to do this or where I need to go into Facebook to correct this??
I tried to re-size the height, BUT once I did that to make it smaller, it cut off my pictures.
Your help in this matter would be greatly appreciated.
EDIT: ok, stack overflow does not understand the URLs so you'll have to copy and paste or use the short link.
That's a frame, short link: http://on.fb.me/152cjgH
http://www.facebook.com/plugins/likebox.php?api_key=&locale=en_US&sdk=joey&channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D18%23cb%3Df108e873a75ab52%26origin%3Dhttp%253A%252F%252Fwww.ordwaybuildingsupply.com%252Ff211d31607a9c7e%26domain%3Dwww.ordwaybuildingsupply.com%26relation%3Dparent.parent&height=558&header=false&show_faces=true&stream=true&width=200&href=http%3A%2F%2Fwww.facebook.com%2Fhome.php%3Fclk_loc%3D5%23!%2FOBS75%3Ffref%3Dts&colorscheme=light
The big white space is the stream so change the values you're requesting, namely
remove &stream=true
and change &height=558 to &height=300 or something
http://on.fb.me/152co4e >
http://www.facebook.com/plugins/likebox.php?api_key=&locale=en_US&sdk=joey&channel=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D18%23cb%3Df108e873a75ab52%26origin%3Dhttp%253A%252F%252Fwww.ordwaybuildingsupply.com%252Ff211d31607a9c7e%26domain%3Dwww.ordwaybuildingsupply.com%26relation%3Dparent.parent&height=300&header=false&show_faces=true&width=200&href=http%3A%2F%2Fwww.facebook.com%2Fhome.php%3Fclk_loc%3D5%23!%2FOBS75%3Ffref%3Dts&colorscheme=light

How to add the Zoom effect on our own website

I would like to have the effect like Facebook Theatre Mode on my website. But where to find the sample? I need one, the effect is when we click on the photo from the photo album then another pop-out layer on the top of the website. It is something like this:
http://www.youtube.com/watch?v=31FG9yONqVo
https://chrome.google.com/webstore/detail/elioihkkcdgakfbahdoddophfngopipi
But I only get the code to disable it and not full code.![A white pop-up layer display above the web page. Anyone has any idea how to do this or any example for me to follow? Truly need help and appreciate much for helping!][1]
You can take help from the below scripts or adapt as per your need...
http://www.intenseblog.com/design/8-amazing-javascript-image-zoom-scripts.html

Highlighting a string in a pdf iphone

I'm developing a book app.My client has provided all the contents of pdf.
I have already implemented all the contents of pdf to book.
But he wanted to highlight a text in that pdf.
The user would like the text to allow for highlighting (like if you're reading a paper book).
Is this possible? Can anyone help me on this, please?
Thanks in advance.
Theoretically yes.. depends on a bit hacking and other things, for example fonts used in the PDF. Have a look at PdfKitten, their demo project can find text in a PDF and highlight it. That should give you a first pointer on how to highlight. If you want to the user to highlight with the touches you would need to be able to transform locations of touches into the PDF to determine where exactly the user touched, but it should be possible.