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&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&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 ...