hi,
I have a gridview and  I made a template field which accepts PATH column from database.
this column will be embed code from soundcloud page / track like below -
<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/158370630&amp;auto_play=false&amp;hide_related=false&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false&amp;visual=true"></iframe>

my question is - can I resize it in gridview so it displays smaller than the embed settings which the user has chosen.
the reason is I want to save space on the screen

thanks

Go to the complete details ...