Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Working with Images in WordPress
Search
Hudson
July 09, 2013
How-to & DIY
0
66
Working with Images in WordPress
A presentation at the WordPress Charleston User Group meetup - July 9, 2013
Hudson
July 09, 2013
Tweet
Share
More Decks by Hudson
See All by Hudson
Getting Started with Multilingual Websites on WordPress
karlhudsonphillips
0
190
Getting Started with Multilingual Websites on WordPress
karlhudsonphillips
0
190
Website Design for Success - Why Mobile Matters
karlhudsonphillips
0
250
WordPress Tips and Ticks, Part 1
karlhudsonphillips
0
120
The WordPress Community
karlhudsonphillips
0
120
Other Decks in How-to & DIY
See All in How-to & DIY
安全に失敗するための手遊び-未定義動作を引き出そう-
zilmina
0
650
「AITRIOS」でトカゲの活動量を可視化
hoshinoresearch
0
410
#Stampfly #M5Stack 開発ストーリーと今後の可能性 前説
takasumasakazu
0
140
骨折と入院とIoT #iotlt
n0bisuke2
1
360
評価のギャップから紐解く、「評価軸」と「ソフトスキル」の重要性
blajir
2
110
個人制作コンテンツの多言語展開のノウハウを全公開! 〜世界に自分を発信しよう!〜
syotasasaki593876
0
100
AIお菓子ロッカー
keicafeblack
0
190
家具家電付アパートの自室の冷蔵庫をスマートIoT化してみた!
scbc1167
0
130
ブロックテーマをゴリゴリに使い倒してサイトを作った話 / Kansai WordPress Meetup 2025 01 25
tbshiki
1
670
在宅フルリモートワークを可能にするスキルと知識n連発! / how to more effective remoteworking
masaru_b_cl
3
1.2k
Azure PortalのQoLを上げてたら Big Techに怒られた
horihiro
2
350
JAWS-UG Community Upadate - JAWS-UG 熊本
awsjcpm
2
170
Featured
See All Featured
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.6k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
19
1.2k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
Large-scale JavaScript Application Architecture
addyosmani
514
110k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
2.6k
How STYLIGHT went responsive
nonsquared
100
5.8k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.1k
Producing Creativity
orderedlist
PRO
347
40k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Building Adaptive Systems
keathley
43
2.8k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
Transcript
None
None
• Twin-island Republic of Trinidad and Tobago
None
• Twin-island Republic of Trinidad and Tobago • Contractor at
NOAA – Hybrid developer/designer – Project Manager
• Twin-island Republic of Trinidad and Tobago • Contractor at
NOAA – Hybrid developer/designer – Project Manager • Freelance designer
• Twin-island Republic of Trinidad and Tobago • Contractor at
NOAA – Hybrid developer/designer – Project Manager • Freelancer / Wanna-be cyclist • Washed up soccer player
None
What we’ll cover: • Inserting Images into Posts & Pages
• Image Processing & Media Settings • Using the Media Library
None
WordPress gives us 4 options: • Insert Media • Create
a photo gallery • Add a Featured Image • Insert from URL Via the drag & drop multi-file uploader
None
WordPress gives us 4 options: • Insert Media ~ Demonstration
• Create a photo gallery • Add a Featured Image • Insert from URL
Things to consider: • Alternative Text (ALT) – Section 508
& U.S. Web Accessibility Laws – Search Engine Optimization – Offers help when Images aren’t visible • Title – Visible on hover
WordPress gives us 4 options: • Insert Media • Create
a photo gallery ~ Demonstration • Add a Featured Image • Insert from URL
*Jetpack Plugin: • Carousel – Immersive full-screen experience • Tiled
Galleries – Elegant magazine-style mosaic layouts * enabled on WordPress.com sites
WordPress gives us 4 options: • Insert Media • Create
a photo gallery • Add a Featured Image • Insert from URL
None
WordPress gives us 4 options: • Insert Media • Create
a photo gallery • Add a Featured Image • Insert from URL
None
WordPress default CSS classes • .alignnone • .aligncenter • .alignright
• .alignleft • a img.alignright, a img.alignnone, a img.alignleft, a img.aligncenter
WordPress default CSS classes (continued) • .wp-caption • .wp-caption.alignnone •
.wp-caption.alignleft • .wp-caption.alignright • .wp-caption img • .wp-caption p.wp-caption-text ~ http://codex.wordpress.org/CSS
None
Please, don’t upload the image directly from the camera
3 different sizing parameters one can set • Thumbnail size
• Medium size • Large size
3 different sizing parameters one can set • Thumbnail size
– Cropped version of original image • Medium size • Large size
3 different sizing parameters one can set • Thumbnail size
• Medium size – Full image, downsized to set criteria • Large size
3 different sizing parameters one can set • Thumbnail size
• Medium size • Large size – Full image, downsized to set criteria
None
ford.jpg - 1000px by 1500px • ford.jpg (original) • ford-150x150.jpg
• ford-300x300.jpg • ford-960x1024.jpg
None
bike.jpg – 250px by 350px • bike.jpg (original) • bike-150x150.jpg
• bike-250x300.jpg
Set maximum content width in functions.php <?php if ( !
isset( $content_width ) ) $content_width = 960; /* pixels */ ?>
None
The media library • Visual representation of all files •
Browse and manage attached files • Add new media
None
None
None
None