nina
-
Posts
4 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by nina
-
-
Hi Alpi87,
Thanks for taking time to reply 🙂 I've just tried making a new block underneath the video with an image to replace the video and with this code:
@media screen and (min-width: 640px) {
#block-yui_3_17_2_1_1604939840025_6352 {
display: none;
}
}@media screen and (max-width: 640px) {
#block-yui_3_17_2_1_1605258275843_406161 {
display: none;
}
}It doesn't work unfortunately. The video disappear but instead of showing the mobile image, there is an empty block. I guess it is because its a fullscreen background video and not a video-block?
Hope it makes sense..
-
Site URL: https://www.visuelle.dk/
Hi!
I'm trying to work around an issue on this website: https://www.visuelle.dk/
The problem is that the video on the front page is not suitable for mobile view.
Is there a code where I can replace the video with an image in the mobile version? Or an even better way to work around it, that I don't know about?
Hide a batch of blogposts all at once
in Pages & Content
Posted
Hi!
Is there a way to hide/disable multiple outdated blog-posts at the same time instead of doing it individually?