[Yuima-commits] r522 - in pkg/yuimaGUI/inst/yuimaGUI: . www
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Nov 15 23:29:45 CET 2016
Author: phoenix844
Date: 2016-11-15 23:29:45 +0100 (Tue, 15 Nov 2016)
New Revision: 522
Modified:
pkg/yuimaGUI/inst/yuimaGUI/server.R
pkg/yuimaGUI/inst/yuimaGUI/www/custom.css
Log:
Modified: pkg/yuimaGUI/inst/yuimaGUI/server.R
===================================================================
--- pkg/yuimaGUI/inst/yuimaGUI/server.R 2016-11-15 21:13:33 UTC (rev 521)
+++ pkg/yuimaGUI/inst/yuimaGUI/server.R 2016-11-15 22:29:45 UTC (rev 522)
@@ -35,7 +35,7 @@
### Home
output$video_intro <- renderUI({
- HTML('<iframe width="90%" height="250px" src="//www.youtube.com/embed/XX_bmCrI_gc" frameborder="0" allowfullscreen></iframe>')
+ HTML('<iframe width="90%" height="250px" src="https://www.youtube.com/embed/XX_bmCrI_gc?rel=0" frameborder="0" allowfullscreen></iframe>')
})
output$certificates <- renderUI({
Modified: pkg/yuimaGUI/inst/yuimaGUI/www/custom.css
===================================================================
--- pkg/yuimaGUI/inst/yuimaGUI/www/custom.css 2016-11-15 21:13:33 UTC (rev 521)
+++ pkg/yuimaGUI/inst/yuimaGUI/www/custom.css 2016-11-15 22:29:45 UTC (rev 522)
@@ -15,6 +15,7 @@
.thumbnail {
background-color:silver;
+ border-radius:50%;
}
.thumbnail:hover {
width:250px;
More information about the Yuima-commits
mailing list