skywizard
skywizard
KPCKevin Powell - Community
Created by skywizard on 8/15/2024 in #front-end
Object Element in Responsive Design
Is there a way to ensure that the contents of an object/embed element, in this case that content being a pdf, is always rendered on all screen sizes? The issue seems to be when an object/embed element is rendered on a mobile view/device, it doesn't render the pdf contents. if the view is set to "view in desktop mode" then the object contents renders properly. I've already looked at my view port meta tags and ensured that the correct attributes are being set, and that the correct mime types are declared on the object attributes. could there be another way to ensure consent rendering across all screen sizes? please let me know if any clarity or code snippets would help.
14 replies
KPCKevin Powell - Community
Created by skywizard on 4/12/2024 in #back-end
Why did redis change my c drive name
Pretty much what is says in the title, does anyone know why redis would change the name of my c drive? I've looked it up online to no avail
5 replies
KPCKevin Powell - Community
Created by skywizard on 1/1/2024 in #front-end
How can I use webpack5 and postcss7 with es6 import syntax
I have a website built using TS and SASS then compiled down to vanilla es6 JS and CSS. The compiled code then gets built into a compressed production ready version, using webpack, I want to use webpack to remove unused css, autoprefixer and cssnano. The problem is there isn't very clear information on configuring webpack with es6 modules. Currently I don't have any errors, but whenever I run my webpack build script nothing changes between the compiled code and the production code. Here's the code
1 replies