No content to show

User Activity

Hi when I try to upload my images to my store they get pixelated and blurry this also happens on the product pictures, Anyone know how to fix this? Store url: https://watworkwear.com
Hi im using an custom html or liquid to display a video I've made a code for not displaying the video when on mobile. This code however makes all the videos on my page to disappear and not just the one I want why is this? This is the code would like ...
Hi I’m sorry if I was unclear but I want the video to be gone on mobile but all my videos on the website disappear when I use this code and not just the one I want?
yes I know, but I only want to remove a specific video?
Hi when I use this code all of my videos on the side disappear when I'm on mobile how do I fix this?this is the code Thanks! <style>video {margin: 0 auto;width: 100%;height: 100%;}@media screen and (max-width: 768px){video {display: none !important;}...
Hi when I use this code all of my videos on the side disappear when I'm on mobile how do I fix this?this is the code Thanks! <style>video {margin: 0 auto;width: 100%;height: 100%;}@media screen and (max-width: 768px){video {display: none !important;}...
Thank you so much! 
Hi i want the video to not show on mobile but don't understand what's wrong with this code <style>@media screen and (min-width: 768px){video {display: block;margin: 0 auto;width: 100%;height: 100%;}}@media screen and (max-width: 768px){video {display...
Hi Sorry this doesn't work the video is still being shown on mobile unfortunately
Hi Sorry this doesn't work the video is still being shown on mobile unfortunately.
How do I make these codes work together? <style>@media screen and (max-width: 768px) { video { display: none; } } </style> And this one <style>video {display: block;margin: 0 auto;width: 100%;height: 100%;}</style><video autoplay loop playsinline mut...
Yes I want to put the code into a custom html or a liquid block on the site but don't know where to place my video code in to the code you wrote to make it work. Would it be possible for you to put my code in to yours and write it here?
Thanks! but where do I put the video link and how I want it to look? 
Hi I need help with a video that I don't want showing in mobile I know about the code @media (max-width: 767px) but I don't really know how to fit it in to my coded video. would love some help! <style>video {display: block;margin: 0 auto;width: 100%;...
This widget could not be displayed.
This widget could not be displayed.
Helpful From