Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Web Project 27 posts 197 karma points
    Feb 05, 2020 @ 11:57
    Web Project
    0

    Unmute video Banners

    Hi, How unmute video on slide banners?

    <video playsinline autoplay muted loop preload width="640" height="360" class="video-player">
    

    Thanks

  • Alex Skrypnyk 6182 posts 24284 karma points MVP 8x admin c-trib
    Feb 05, 2020 @ 12:04
    Alex Skrypnyk
    0

    Hi

    Try to remove "muted" attribute, like this

    <video playsinline autoplay loop preload width="640" height="360" class="video-player">
    
  • Web Project 27 posts 197 karma points
    Feb 05, 2020 @ 16:36
    Web Project
    0

    Hi, yes, but I don't find that string.

    Thanks

  • Alex Skrypnyk 6182 posts 24284 karma points MVP 8x admin c-trib
    Feb 05, 2020 @ 22:35
    Alex Skrypnyk
    0

    Try to use the code I posted

  • Web Project 27 posts 197 karma points
    Feb 06, 2020 @ 08:47
    Web Project
    0

    Where??? I don't find that string. can you tell me which file should I edit?

  • Alex Skrypnyk 6182 posts 24284 karma points MVP 8x admin c-trib
    Feb 06, 2020 @ 14:20
    Alex Skrypnyk
    0

    I don't know where ) somewhere on the page you are working on :)

  • Web Project 27 posts 197 karma points
    Feb 07, 2020 @ 17:42
    Web Project
    100

    I find Views\Partials\USNAdvancedPageComponents\USNACBanner.cshtml

    Bye

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies