[tw] Re: Can you change image display orientation?

2017-03-28 Thread 'Mark S.' via TiddlyWiki
More research. For firefox, there is a new CSS attribute: image-orientation: from-image This pretty much fixes things, as long as you're dealing with images that have the right meta-data. The other CSS transforms didn't really work, because they applied the transforms *after* positions of the

[tw] Re: Can you change image display orientation?

2017-03-28 Thread 'Mark S.' via TiddlyWiki
Apparently this is a known problem in FF since 2005 and possibly all browsers other than Mac (I haven't check the state of the art). The concern is that honoring the exif meta-data will break web-pages. In the past web pages were made by web developers who would be responsible for orienting the

[tw] Re: Can you change image display orientation?

2017-03-28 Thread Ton Gerner
Hi Mark, https://groups.google.com/d/msg/tiddlywiki/cYtiAmMJHrk/N0Lan6xHBwAJ Cheers, Ton -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscr...@

[tw] Re: Can you change image display orientation?

2017-03-27 Thread Mat
You could probably put the image or imagelink in a div that you style transform to show it at 90 degrees . transform: rotate({{!!myfield}}deg); This general idea should work but I'm sure you must do some experimenting to *actually *get it to work ;-) You could have the image itself be a but