Skip to main content
0 votes
1 answer
24 views

ChartJS make container fill whole CSS grid item

I'm putting a chart (made using Chart.js) inside a CSS grid, and I want the chart to responsively fill the full width of its grid cell. However, even after turning on responsive and turning off ...
The-Coder-Who-Knew-Too-Little's user avatar
2 votes
1 answer
78 views

Thread handling when showing list of images in JavaFX and pause

I have a JavaFX application. One UI element on the stage is an ImageView. I want to show a sequence of exercises, each 60 seconds, to the user. Each exercise has among other attributes, an image, ...
Alex's user avatar
  • 1,789
1 vote
2 answers
79 views

TailwindCSS v4 responsive and custom CSS not applied

I have app.css like this: @import 'tailwindcss'; @source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php'; @source '../../storage/framework/views/*.php'; @source ...
827 men's user avatar
  • 13
0 votes
0 answers
22 views

How do I appropriately size images when using bootstrap?

I am inserting a picture into a bootstrap carousel; but the image is too zoomed in. I have attached a picture of the original image and the output on my screen.Original imageCentered imageimage with ...
Lee Worley's user avatar
1 vote
1 answer
64 views

How to make watermark responsive?

I'm using this css to add a watermark to my images on my site, the problem is that when it fits on a phone screen the watermark logo looks bigger almost taking up the whole thumbnail I would really ...
Covadola's user avatar
-1 votes
0 answers
25 views

Nothing works on ipad and smartphones I have a draggable function

I have tried putting meta tags and nothing makes the code draggable I want the text blocks and image blocks to be draggable on iPad and smart phone, what should i do to make it work? The idea is to ...
user29867884's user avatar
1 vote
1 answer
36 views

Bootstrap class "form-control" causes page to grow past viewport on iPhone

I have a Bootstrap 5 project. My footer contains 3 columns. The 3rd column contains a form field and submit button for MailChimp. I am not using mailchimp's css. I don't see any problems when using ...
Kirsten's user avatar
  • 31
0 votes
0 answers
39 views

Cropperjs vs JCrop for cropping functionality on image

I am facing issue in cropping functionality on uploaded image in a .NET 4.6.1 web application. I have two similar pages, UploadImage1.aspx & UploadImage2.aspx. In UploadImage1.aspx, we are using ...
Mamta Patil's user avatar
1 vote
1 answer
141 views

Troubleshooting Tailwind CSS Responsiveness Issues

I'm currently working on a Laravel project and am facing an issue with responsiveness. The layout I designed using Tailwind CSS is not displaying correctly. Instead of appearing as intended, part of ...
Diellza Behadini's user avatar
0 votes
1 answer
73 views

AdaptiveTrigger Not Applying VisualState Setters

I have winui3 application that has three borders and I want to be responsive. when the window size is less the 600 the borders will be in one column and greater than borders will show in three column. ...
Abdul Saboor Habibi's user avatar
0 votes
0 answers
68 views

Making SVG's inside a nested div responsive

I have this demo: #parent { position: relative; } #child { position: absolute; width: 320px; height: 130px; } <div id="parent"> <div id="child" style="left: 0px; top: 0px; ...
JimF's user avatar
  • 333
0 votes
0 answers
23 views

How can I adjust the positioning of the yr.no SVG Meteogram Weather Widget and make it responsive?

I am trying to make the Meteogram Weather Widget from yr.no responsive and align it in the centre of a div. The widget embed is an SVG. The developer's docs say to include the embed in an iframe, ...
Mark Fenwick's user avatar
0 votes
1 answer
57 views

Stack divs on top of each other when viewed on smaller screens (mobile, tablet)

I have been having problems with my divs. It seems instead of stacking on top of each other when viewed on mobile, both of them shrink. I was hoping you could help me figure out what is wrong. I am ...
Rafael Espiritu's user avatar
0 votes
0 answers
57 views

Flutter responsive UI with Getx is not automatically updated

I used Getx to Get the height/width and made a Dimensions class so that dimensions would stay responsive through out the whole app in any device with minimum code the problem is Get.height and ...
abdalla mohamed's user avatar
0 votes
0 answers
49 views

Pixel offset on a CSS button in Windows with 125% scaling (without affecting user zoom)

I'm encountering a pixel offset issue with my CSS button rendering on certain screen resolutions. On a laptop with the default display scaling of 125% in Windows, some elements of the button aren't ...
Maxime Deranty's user avatar

15 30 50 per page
1
2 3 4 5
341