Feedback
Answered

Remove rounded corners

  • 30 May 2022
  • 4 replies
  • 182 views

Userlevel 2
Badge

I have embedded a VideoAsk in my Typeform. It appears with rounded corners. Is it possible to remove the rounded corners and have square corners instead? 

icon

Best answer by Grace 31 May 2022, 09:39

View original

4 replies

Userlevel 7
Badge +5

Hey @GWatBU thanks for stopping by! 

At the moment it’s not possible to customize the embed in that way, so it’ll always embed the videoask with rounded corners - but this is a great feature request which I’ll add to the board! 

Just out of curiosity, would you be up for sharing your typeform with us? Would love to learn a bit more about your use case and how you’re using the two products together 😊

Userlevel 2
Badge

Thanks, Grace. I can’t share the Typeform unfortunately as it’s designed to collect information and educate our customers on our products. One of the main uses for VideoAsk is to embed videos in Typeform that are not listed on Youtube or Vimeo. Unfortunately Typeform can only embed public videos from those platforms (I have a couple threads on the Typeform community on this topic), so we are using VideoAsk.

Userlevel 7
Badge +5

Hey @GWatBU totally understand that it’s not possible to share the typeform, sounds like a good little workaround there using VideoAsk for private video content!

Thanks for sharing - it’s always good to hear how community members are working things out 🙌

Add this after your embed-code:

 

<style>
    
    .tf-v1-widget iframe {
    
    border-radius: 0px;
        
    }
    
</style>

Reply