Artist Forum banner
1 - 9 of 9 Posts

· Registered
Joined
·
390 Posts
@meli

I have a tutorial for this here:
http://www.artistforum.com/getting-started-artistforum-com/embedding-videos-community-21362/

Please let me know if you need further assistance with this.

all it would take to fix the terrible view at desktop is change this little css code :


Code:
.alt1 iframe {overflow:auto; width:100%;}
to

Code:
.alt1 iframe {overflow:auto;}
if you need that 100% width for mobile devices re-apply them just for mobile device f.e.

Code:
@media only screen and (max-device-width: 768px){
.alt1 iframe {width:100%;}
}
 
1 - 9 of 9 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top