[tw5] Re: Resize Embedded Video

2019-05-19 Thread A Gloom
> > If when embedding something in an iframe there are sites that will not > permit it. Then rather than an iframe I provide a button to open in a new > window. ah kk, a "manual resort", good idea since (from the research I did for the embedding external content thread) some websites don't li

[tw5] Re: Resize Embedded Video

2019-05-19 Thread TonyM
If when embedding something in an iframe there are sites that will not permit it. Then rather than an iframe I provide a button to open in a new window. Regards Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group

[tw5] Re: Resize Embedded Video

2019-05-19 Thread A Gloom
> > > In an aside, I have being recently playing with > https://tiddlywiki.com/#WidgetMessage%3A%20tm-open-external-window for > cases when the url refuses to open in side an iframe. > > As a manual "next resort" like a button to trigger the new window from the iframe not displaying or an aut

[tw5] Re: Resize Embedded Video

2019-05-19 Thread TonyM
Nice Ctrl-zoom in tiddlywiki lets you resize the frame, even force it to be mobile responsive. All I could dream of now is to be able to increase the height by dragging the bottom of the iframe. Nice work In an aside, I have being recently playing with https://tiddlywiki.com/#WidgetMessage%3A

[tw5] Re: Resize Embedded Video

2019-05-19 Thread A Gloom
This I'm currently testing with iframe content-- a container div to set size and -webkit-transform: scale() to scale the iframe content inside the div, it came from responsive page design for autoscaling iframe content to fit the page its embeded in. the original code-- zoom: 0.71; -moz-tra

[tw5] Re: Resize Embedded Video

2019-05-14 Thread A Gloom
On Tuesday, May 14, 2019 at 12:33:10 AM UTC-4, donmor3000 wrote: > > Well, I think the "object-fit: contain" thing matters actually. > I thought so, I had to use object-fit:contain on , & -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsu

[tw5] Re: Resize Embedded Video

2019-05-13 Thread donmor3000
Well, I think the "object-fit: contain" thing matters actually. 在 2019年5月14日星期二 UTC+8上午9:52:11,A Gloom写道: > > So the html element scales to fit its container like can if > set for 100%? I thought the 100% worked for height-- it doesn't for embed. > -- You received this message because you ar

[tw5] Re: Resize Embedded Video

2019-05-13 Thread A Gloom
So the html element scales to fit its container like can if set for 100%? I thought the 100% worked for height-- it doesn't for embed. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails fro

[tw5] Re: Resize Embedded Video and Audio Objects

2019-05-11 Thread donmor3000
Well, I just created a pull request to Jermolene/TiddlyWiki5. I added this attribute to videoparser.js and audioparser.js to scale videos and audios: style: {type: "string", value: "width: 100%; height: 100%; object-fit: contain"} 在 2019年5月12日星期日 UTC+8下午1:43:52,donmor3000写道: > > I'm trying to im

[tw5] Re: Resize Embedded Video

2019-05-11 Thread donmor3000
Well, I just created a pull request to Jermolene/TiddlyWiki5. I added this attribute to videoparser.js and audioparser.js to scale videos and audios: style: {type: "string", value: "width: 100%; height: 100%; object-fit: contain"} -- You received this message because you are subscribed to the G

[tw5] Re: Resize Embedded Video

2019-04-29 Thread Greg Davis
If you really mean dragging your MP video into your TiddlyWiki, I think I may have found a way. Caution adding a lot of videos in your TiddlyWiki will slow it down, that is why it is usually suggested to use exteranl videos. This is based on the mention of embedded MP3s in the docs. It requires

[tw5] Re: Resize Embedded Video

2019-04-29 Thread Greg Davis
Hi, Fiddled with the macro I normally used for local videos and tried direct coding but neither seemed to work for embedded video. As for size on desktoop vs. phone, the included macro is for fluid video. Don't have a phone to try but works in responsive mode with Firefox and Chrome. The macro

[tw5] Re: Resize Embedded Video

2019-04-28 Thread Jon
Hi, I don't know if this helps but this works in my wiki to play a local video which can be played full screen Jon On Saturday, 27 April 2019 16:41:12 UTC+1, donmor3000 wrote: > > Does anyone know how to resize videos imported into the wiki? For example, > a video gets out of the boun