Resize video in RSS?
Posted: Wed Jan 23, 2013 12:45 pm
Create custom CSS:
.ui-content .separator img{
width:250px;
height:250px;
}
iframe {
width:250px;
height:250px;
}
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Create custom CSS:
.ui-content .separator img{
width:250px;
height:250px;
}
iframe {
width:250px;
height:250px;
}
That worked! You are amazing. Thanks for helping this total noob out!