kennethhogan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Background Image cropping on mobile siteyou need to give that image a class
eg <img class=”image” src=”#”>then target the class in a css media query and give it width of 100% and it will fit whichever screen you specify with the media query.
@media screen and (max-width:480px){
.image{
width:100%
}
}Forum: Plugins
In reply to: [Image Gallery - Responsive Photo Gallery] responsive not workingHi, It is your portfolio gallery I am using , I have just installed it again with the same problem.. the image-box will not scale down on mobile devices..here’s the page Portfolio page I added a random photo below the gallery to demonstrate how that scales down fine. Thanks
Forum: Plugins
In reply to: [Image Gallery - Responsive Photo Gallery] responsive not workingI have had to delete this plugin because of this issue. The problem is when you get to 480px screen size or less the image boxes do not scale down they remain the same size as they were when viewing on desktop.. as a result of this at least 1/4 of the box is missing to the right.if you could sort this issue I would use the plugin again. Thank You
Forum: Plugins
In reply to: searching for sidebar menu plugin help?Forum: Plugins
In reply to: searching for sidebar menu plugin help?