Image formats supported, specially animated gifs?

Post a reply

Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Topic review
   

Expand view Topic review: Image formats supported, specially animated gifs?

Re: Image formats supported, specially animated gifs?

Post by Ernie » Thu Feb 27, 2025 12:06 pm

Hi waltex,

Glad you got it working! Yeah, it's a little tricky to get it going, but it works once you have it figure out. Thanks for your patience.

Ernie

Re: Image formats supported, specially animated gifs?

Post by waltex » Mon Feb 24, 2025 5:40 am

Thank you Ernie for creating an app that allows us to play animated gifs automatically.

I finally worked out how to do it!

Best wishes and thanks :D

Re: Image formats supported, specially animated gifs?

Post by Guest » Sat Feb 22, 2025 7:09 am

Thank you Ernie for your great program.

I finally got it to work!!

I now managed to add the animated gifs, after following the instructions on your video which is named: Flashcards Deluxe - 02 Creating flashcards outside of the app


I used Google Drive to do this, as I found that uploading the media files via your website didn't work for me.


I found that one is able to put both text and a gif on the same card, if one uses a couple of returns after the text:

For example, put type in the text field in Excel:


This is an Orange:

<img src="orange.gif">

Don't put this, otherwise the gif may cut off the image:


This is an Orange: <img src="orange.gif">

I also agree with you about using the parameters for the width, such as:

<img src="orange.gif" width=320>

Re: Image formats supported, specially animated gifs?

Post by Ernie » Mon Jun 10, 2024 6:57 am

You can import most graphic formats. But if you enter a .gif in the picture column as normal, it won't animate.
First, you'll need to use OneDrive, Dropbox, or Google Drive to import from.
Next, you need to use HTML to put image into one of your Text columns. Example:

<img src="example.gif">

You might want to include a height or width parameter to limit the size to your screen. For example:
<img src="example.gif" width=400>

If you need more guidance with this, let me know.

Image formats supported, specially animated gifs?

Post by jano » Mon Jun 10, 2024 6:36 am

I see that it can show jpeg, but an other image formats? Specially animated gifs?

Top