pixelcrash
pixelcrash
KPCKevin Powell - Community
Created by pixelcrash on 8/16/2023 in #front-end
Is the font size adjustable for long words?
I have a <H1> tag with a set font size that works and looks decent most of the time. Only sometimes does the client type incredibly lengthy words that shouldn't be broken and shouldn't disrupt the layout. I am aware that I could use a PHP function to count characters for a word and add a sub-css class for long words. To avoid using JS or PHP, I'm simply asking if this is doable with CSS alone. Thanks
4 replies
KPCKevin Powell - Community
Created by pixelcrash on 1/13/2023 in #front-end
Any idea how I can achieve a preload effect like this one here?
I try to create such lazy low pixel resolution like they do on this page https://www.searchsystem.co/
6 replies
KPCKevin Powell - Community
Created by pixelcrash on 10/23/2022 in #front-end
swiperjs Slideshow - scale image either to height or width
I am trying to make a slideshow using swiper.js. I want all the image the same height. If the width because to wide for the cell it should use the max-width. What would be the professinal way to make this. Maybe without using javascript. For the mobile view it should use the max-height, so that the image is not breaking the container. https://markrabadan.com/personal-work/
3 replies