1,458 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Best practices
0
votes
0
replies
42
views
What’s the best way to implement Rent/Buy video access (with expiry) on a Framer website?
I’m building a Framer website for a US-based client who wants to sell access to films with both Rent and Buy options.
Requirements:
Client is located in the US
Videos are currently hosted on Vimeo (...
2
votes
1
answer
151
views
Omit images from mobile version of Quarto website
I have a quarto website I built in r. The website works, however I have included images in the sidebar that are large and come in front of my text when I view it on a mobile device. Is there a way to ...
1
vote
1
answer
43
views
trouble dynamically changing the value of parameter in js
What I want is: when the mouse enters the body of the website, the cursor becomes visible; and when it is out of the webpage, it should not be visible.
I'm trying to update the values passed to the ...
0
votes
1
answer
253
views
how to test a website (with multiple services) on localhost on my laptop with my phone
While I can connect to the local IP address of my macbook (say, 192.168.1.101) from my iPhone (http://192.168.1.101:8080/index.html) to test my website, the web app itself is, in turn, requesting two ...
1
vote
0
answers
48
views
Why is my projects card not getting any smaller after the screen size reaches 911 px by 911 px?
I am making a page to show my projects. It works fine on desktop and I am currently trying to make the page responsive. I am using Next.js and tailwindcss. I was able to make the page responsive up ...
1
vote
0
answers
47
views
How to fix a basic display problem for my responsive design?
I am writing a page right now as a project and I am trying to make it responsive but however something in my code makes the "social_links" stick to left after 560px screen width but it has ...
-1
votes
1
answer
63
views
Margin and padding affecting the width of my web page [closed]
I’m working on expanding my portfolio by remaking already made websites and in this one it seems like the margin and padding I put on the div holding my footer information is causing the whole content ...
0
votes
1
answer
38
views
Google Assistant being extremely intrusive in my Django website
I have a homepage where the text - when clicked triggers Google Assistant to translate it, and this is very bad experience for the user.
I have tried to set the website language so GoogleAssistant don'...
0
votes
1
answer
78
views
White space at the bottom and top of the background image
I want to make my background image responsive on mobile devices. Various problems arise when I change some properties in the css code. Either the image becomes responsive but it introduces a white ...
1
vote
0
answers
56
views
How do I disallow scrolling only after a user holds down on an element on mobile?
I want the user to be able to touch and hold an element to drag it around the page. During the drag, I want to prevent scrolling. However, I want scrolling to remain as normal if the user does not ...
0
votes
1
answer
53
views
White box cuts into footer and only appears on mobile view. How do I get rid of it?
This white box appears at every footer but only on mobile view.It's cutting into my footer and I don't know what to do with it. stupid box picture
Footer code
<footer class="w3-center w3-...
0
votes
0
answers
55
views
Auto Adjust HTML Embed Box
My Google website includes html embed blocks in between textboxes. Opening the website with a small window/small screen, those embed blocks collapse to small scrollable windows themselves. Here's an ...
0
votes
1
answer
355
views
Website viewed on phone does not display updates
I'm building a website using WordPress with Divi Theme. I try to make specific settings for the phone view of the web page and every time, when I change something (I change the size, I add text or ...
-1
votes
2
answers
537
views
HTML Video tag isnt showing the video
I have this
<video playsinline autoplay loop width="100%" height="100%" id="mainVideo">
<source src="1.mp4">
</video>
and its ...
2
votes
0
answers
225
views
reflow text instead of scroll text upon zooming in in mobile
I have a webapp which is static reading content, and I want the following to happen on mobile, the user should be able to resize, and make the text bigger, but under no circumstances should they ever ...